/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 23 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local 42 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
|
H A D | PDBSymbol.cpp | 179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSymbolRVASubsection.h | 56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A 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()
|
H A D | DIALineNumber.cpp | 48 DWORD RVA = 0; in getRelativeVirtualAddress() local
|
H A D | DIARawSymbol.cpp | 533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | PDBApiTest.cpp | 81 bool addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() 89 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() 108 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override { in findLineNumbersByRVA() 220 findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const override { in findInlineeLinesByRVA()
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 223 uint32_t RVA = VA - getLoadAddress(); addressForVA() local 227 addressForRVA(uint32_t RVA,uint32_t & Section,uint32_t & Offset) const addressForRVA() argument 257 findSymbolByRVA(uint32_t RVA,PDB_SymType Type) findSymbolByRVA() argument 287 findLineNumbersByRVA(uint32_t RVA,uint32_t Length) const findLineNumbersByRVA() argument [all...] |
H A D | NativeRawSymbol.cpp | 87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.h | 213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() 221 lldb::addr_t RVA; variable
|
H A D | BreakpadRecords.cpp | 504 lldb::addr_t RVA; in parse() local
|
/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 506 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes() argument 610 uint32_t RVA = DataEntry->RelativeVirtualAddress; initDelayImportTablePtr() local 1451 importedSymbolBegin(uint32_t RVA,const COFFObjectFile * Object) importedSymbolBegin() argument 1459 importedSymbolEnd(uint32_t RVA,const COFFObjectFile * Object) importedSymbolEnd() argument 1573 uint32_t RVA = Table[Index].DelayImportAddressTable + getImportAddress() local 1665 uint32_t RVA; isForwarder() local 1675 uint32_t RVA; getForwardTo() local 1696 uint32_t RVA; getSymbolName() local 1732 uint32_t RVA; getOrdinal() local [all...] |
/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 406 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFAArch64.h | 303 uint64_t RVA = Value + RE.Addend - getImageBase(); resolveRelocation() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 535 for (const auto &RVA : RVAs) toCodeViewSubsection() local 740 for (const auto &RVA : Section) { fromCodeViewSubsection() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 832 uint32_t RVA = *reinterpret_cast<const ulittle32_t *>(I); in printRVATable() local 1900 uint32_t RVA; printCOFFExports() local 1937 uint32_t RVA; printCOFFBaseReloc() local [all...] |
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 555 uint32_t RVA; printExportTable() local
|
H A D | llvm-objdump.cpp | 1797 uint32_t RVA; disassembleObject() local
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 61 support::ulittle32_t RVA; member
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 669 uint32_t RVA; findSanitizerCovFunctions() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 2027 if (auto RVA = data.getRelativeVirtualAddress()) GetCompilandId() local
|