/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 23 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local 42 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
|
H A D | PDBSymbol.cpp | 179 PDBSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 171 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 D | DIALineNumber.cpp | 48 DWORD RVA = 0; in getRelativeVirtualAddress() local
|
H A D | DIARawSymbol.cpp | 533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSymbolRVASubsection.h | 56 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 D | NativeSession.cpp | 223 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 D | NativeRawSymbol.cpp | 87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 506 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 D | BreakpadRecords.h | 213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() 221 lldb::addr_t RVA; variable
|
H A D | BreakpadRecords.cpp | 503 lldb::addr_t RVA; parse() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 406 Expected<uint32_t> COFFWriter::virtualAddressToFileAddress(uint32_t RVA) { in virtualAddressToFileAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFAArch64.h | 303 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 535 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 D | COFFDumper.cpp | 832 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 D | COFFDump.cpp | 555 uint32_t RVA; in printExportTable() local
|
H A D | llvm-objdump.cpp | 1797 uint32_t RVA; in disassembleObject() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 61 support::ulittle32_t RVA; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 2027 if (auto RVA = data.getRelativeVirtualAddress()) in GetCompilandId() local
|
/freebsd/stand/efi/include/i386/ |
H A D | pe.h | 599 UINT32 RVA; member
|