Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp23 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
42 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
H A DPDBSymbol.cpp179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.h56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A 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()
H A DDIALineNumber.cpp48 DWORD RVA = 0; in getRelativeVirtualAddress() local
H A DDIARawSymbol.cpp533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A 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()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp223 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 DNativeRawSymbol.cpp87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord()
221 lldb::addr_t RVA; variable
H A DBreakpadRecords.cpp504 lldb::addr_t RVA; in parse() local
/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp506 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 DCOFFWriter.cpp406 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h303 uint64_t RVA = Value + RE.Addend - getImageBase(); resolveRelocation() local
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) toCodeViewSubsection() local
740 for (const auto &RVA : Section) { fromCodeViewSubsection() local
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp832 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 DCOFFDump.cpp555 uint32_t RVA; printExportTable() local
H A Dllvm-objdump.cpp1797 uint32_t RVA; disassembleObject() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h61 support::ulittle32_t RVA; member
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp669 uint32_t RVA; findSanitizerCovFunctions() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2027 if (auto RVA = data.getRelativeVirtualAddress()) GetCompilandId() local