| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| D | PDBSymbolData.cpp | 23 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local 42 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
|
| D | PDBSymbol.cpp | 179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIASession.cpp | 171 bool DIASession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() 201 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findSymbolByAddress() local 209 std::unique_ptr<PDBSymbol> DIASession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() 256 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findLineNumbersByAddress() local 264 DIASession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
|
| D | DIALineNumber.cpp | 48 DWORD RVA = 0; in getRelativeVirtualAddress() local
|
| D | DIARawSymbol.cpp | 533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeSession.cpp | 222 uint32_t RVA = VA - getLoadAddress(); in addressForVA() local 226 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() 256 std::unique_ptr<PDBSymbol> NativeSession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() 286 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
|
| D | NativeRawSymbol.cpp | 87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | COFFObjectFile.cpp | 507 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes() 611 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local 1415 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin() 1423 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd() 1537 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local 1629 uint32_t RVA; in isForwarder() local 1639 uint32_t RVA; in getForwardTo() local 1660 uint32_t RVA; in getSymbolName() local 1696 uint32_t RVA; in getOrdinal() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| D | DebugSymbolRVASubsection.h | 56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| D | BreakpadRecords.h | 213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() 221 lldb::addr_t RVA; variable
|
| D | BreakpadRecords.cpp | 502 lldb::addr_t RVA; in parse() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFAArch64.h | 302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local 740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | COFFDumper.cpp | 827 uint32_t RVA = *reinterpret_cast<const ulittle32_t *>(I); in printRVATable() local 1808 uint32_t RVA; in printCOFFExports() local 1845 uint32_t RVA; in printCOFFBaseReloc() local
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | COFFDump.cpp | 551 uint32_t RVA; in printExportTable() local
|
| D | llvm-objdump.cpp | 1400 uint32_t RVA; in disassembleObject() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | Minidump.h | 61 support::ulittle32_t RVA; member
|
| /openbsd/src/gnu/llvm/llvm/tools/sancov/ |
| D | sancov.cpp | 681 uint32_t RVA; in findSanitizerCovFunctions() local
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| D | SymbolFilePDB.cpp | 2042 if (auto RVA = data.getRelativeVirtualAddress()) in GetCompilandId() local
|