Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp24 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
43 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
H A DPDBSymbol.cpp179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.h56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A 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()
H A DNativeRawSymbol.cpp88 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp480 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes()
577 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local
1350 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin()
1358 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd()
1470 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local
1559 uint32_t RVA; in isForwarder() local
1569 uint32_t RVA; in getForwardTo() local
1590 uint32_t RVA; in getSymbolName() local
1626 uint32_t RVA; in getOrdinal() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp395 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp777 uint32_t RVA = *reinterpret_cast<const ulittle32_t *>(I); in printRVATable() local
1732 uint32_t Ordinal, RVA; in printCOFFExports() local
1776 uint32_t RVA; in printCOFFBaseReloc() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp415 uint32_t RVA; in printExportTable() local
H A Dllvm-objdump.cpp1133 uint32_t RVA; in disassembleObject() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidump.h61 support::ulittle32_t RVA; member
/netbsd/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp672 uint32_t RVA; in findSanitizerCovFunctions() local