Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp24 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getLineNumbers() local
43 if (auto RVA = RawSymbol->getRelativeVirtualAddress()) in getCompilandId() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h56 void addRVA(uint32_t RVA) { RVAs.push_back(support::ulittle32_t(RVA)); } in addRVA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp112 NativeSession::findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const { in findSymbolByRVA()
135 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
DNativeRawSymbol.cpp88 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp472 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes()
570 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local
1324 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin()
1331 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd()
1443 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local
1533 uint32_t RVA; in isForwarder() local
1543 uint32_t RVA; in getForwardTo() local
1565 uint32_t RVA; in getSymbolName() local
1601 uint32_t RVA; in getOrdinal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h291 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp535 for (const auto &RVA : RVAs) in toCodeViewSubsection() local
740 for (const auto &RVA : Section) { in fromCodeViewSubsection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h61 support::ulittle32_t RVA; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h904 typedef DWORD RVA; typedef