Home
last modified time | relevance | path

Searched defs:RVA (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp24 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
43 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
DPDBSymbol.cpp179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp24 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
43 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp171 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()
DDIALineNumber.cpp48 DWORD RVA = 0; in getRelativeVirtualAddress() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp171 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()
DDIALineNumber.cpp48 DWORD RVA = 0; in getRelativeVirtualAddress() local
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp81 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-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h56 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/
DDebugSymbolRVASubsection.h56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp457 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/
DNativeSession.cpp214 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/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.h164 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord()
172 lldb::addr_t RVA; variable
DBreakpadRecords.cpp425 lldb::addr_t RVA; in parse() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp112 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/llvm/lib/Object/
DCOFFObjectFile.cpp477 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/
DCOFFObjectFile.cpp472 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/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp49 DWORD RVA = 0; in getRelativeVirtualAddress() local
DDIASession.cpp170 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findSymbolByAddress() local
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp386 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h291 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp414 uint32_t RVA; in printExportTable() local

12