Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp23 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
42 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
DPDBSymbol.cpp179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/openbsd/src/gnu/llvm/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
DDIARawSymbol.cpp533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp222 uint32_t RVA = VA - getLoadAddress(); in addressForVA() local
226 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA()
256 std::unique_ptr<PDBSymbol> NativeSession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA()
286 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
DNativeRawSymbol.cpp87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DCOFFObjectFile.cpp507 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes()
611 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local
1415 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin()
1423 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd()
1537 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local
1629 uint32_t RVA; in isForwarder() local
1639 uint32_t RVA; in getForwardTo() local
1660 uint32_t RVA; in getSymbolName() local
1696 uint32_t RVA; in getOrdinal() local
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.h213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord()
221 lldb::addr_t RVA; variable
DBreakpadRecords.cpp502 lldb::addr_t RVA; in parse() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DCOFFDumper.cpp827 uint32_t RVA = *reinterpret_cast<const ulittle32_t *>(I); in printRVATable() local
1808 uint32_t RVA; in printCOFFExports() local
1845 uint32_t RVA; in printCOFFBaseReloc() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DCOFFDump.cpp551 uint32_t RVA; in printExportTable() local
Dllvm-objdump.cpp1400 uint32_t RVA; in disassembleObject() local
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMinidump.h61 support::ulittle32_t RVA; member
/openbsd/src/gnu/llvm/llvm/tools/sancov/
Dsancov.cpp681 uint32_t RVA; in findSanitizerCovFunctions() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp2042 if (auto RVA = data.getRelativeVirtualAddress()) in GetCompilandId() local