Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolData.cpp23 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
42 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
HDPDBSymbol.cpp179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASession.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()
HDDIALineNumber.cpp48 DWORD RVA = 0; in getRelativeVirtualAddress() local
HDDIARawSymbol.cpp533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugSymbolRVASubsection.h56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeSession.cpp223 uint32_t RVA = VA - getLoadAddress(); in addressForVA() local
227 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA()
257 std::unique_ptr<PDBSymbol> NativeSession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA()
287 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
HDNativeRawSymbol.cpp87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.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-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDBreakpadRecords.h213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord()
221 lldb::addr_t RVA; variable
HDBreakpadRecords.cpp504 lldb::addr_t RVA; in parse() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFWriter.cpp406 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFAArch64.h303 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.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-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDCOFFDump.cpp555 uint32_t RVA; in printExportTable() local
HDllvm-objdump.cpp1797 uint32_t RVA; in disassembleObject() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMinidump.h61 support::ulittle32_t RVA; member
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp2027 if (auto RVA = data.getRelativeVirtualAddress()) in GetCompilandId() local
/freebsd-14-stable/stand/efi/include/i386/
HDpe.h599 UINT32 RVA; member