/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 24 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local 43 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
|
D | PDBSymbol.cpp | 179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 24 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local 43 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
|
/external/swiftshader/third_party/llvm-10.0/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
|
/external/llvm-project/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
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSymbolRVASubsection.h | 56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSymbolRVASubsection.h | 56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
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()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 457 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes() 553 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local 1227 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin() 1234 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd() 1331 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local 1421 uint32_t RVA; in isForwarder() local 1431 uint32_t RVA; in getForwardTo() local 1453 uint32_t RVA; in getSymbolName() local 1489 uint32_t RVA; in getOrdinal() local
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 214 uint32_t RVA = VA - getLoadAddress(); in addressForVA() local 218 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() 248 std::unique_ptr<PDBSymbol> NativeSession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() 278 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 112 NativeSession::findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const { in findSymbolByRVA() 135 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | BreakpadRecords.h | 164 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() 172 lldb::addr_t RVA; variable
|
D | BreakpadRecords.cpp | 425 lldb::addr_t RVA; in parse() local
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIALineNumber.cpp | 49 DWORD RVA = 0; in getRelativeVirtualAddress() local
|
D | DIASession.cpp | 170 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findSymbolByAddress() local
|
/external/llvm-project/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 477 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes() 574 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local 1346 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin() 1354 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd() 1466 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local 1555 uint32_t RVA; in isForwarder() local 1565 uint32_t RVA; in getForwardTo() local 1586 uint32_t RVA; in getSymbolName() local 1622 uint32_t RVA; in getOrdinal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 472 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes() 570 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local 1324 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin() 1331 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd() 1443 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local 1533 uint32_t RVA; in isForwarder() local 1543 uint32_t RVA; in getForwardTo() local 1565 uint32_t RVA; in getSymbolName() local 1601 uint32_t RVA; in getOrdinal() local
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | Writer.cpp | 386 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFAArch64.h | 302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFAArch64.h | 291 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local 740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local 740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 414 uint32_t RVA; in printExportTable() local
|