Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/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()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp223 uint32_t RVA = VA - getLoadAddress(); in addressForVA() local
227 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() argument
257 std::unique_ptr<PDBSymbol> NativeSession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() argument
287 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_ argument
[all...]
H A DNativeRawSymbol.cpp87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp506 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes()
610 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local
1451 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin()
1459 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd()
1573 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local
1665 uint32_t RVA; in isForwarder() local
1675 uint32_t RVA; in getForwardTo() local
1696 uint32_t RVA; in getSymbolName() local
1732 uint32_t RVA; in getOrdinal() local
/freebsd/contrib/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.cpp503 lldb::addr_t RVA; parse() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp406 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h303 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/freebsd/contrib/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; in printCOFFExports() local
1937 uint32_t RVA; in printCOFFBaseReloc() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp555 uint32_t RVA; in printExportTable() local
H A Dllvm-objdump.cpp1797 uint32_t RVA; in disassembleObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h61 support::ulittle32_t RVA; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2027 if (auto RVA = data.getRelativeVirtualAddress()) in GetCompilandId() local
/freebsd/stand/efi/include/i386/
H A Dpe.h599 UINT32 RVA; member