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/ |
D | PDBSymbolData.cpp | 24 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/ |
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()
|
D | DIALineNumber.cpp | 48 DWORD RVA = 0; in getRelativeVirtualAddress() local
|
D | DIARawSymbol.cpp | 533 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/ |
D | DebugSymbolRVASubsection.h | 56 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/ |
D | NativeSession.cpp | 112 NativeSession::findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const { in findSymbolByRVA() 135 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA()
|
D | NativeRawSymbol.cpp | 88 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/ |
D | COFFObjectFile.cpp | 472 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/ |
D | RuntimeDyldCOFFAArch64.h | 291 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/ |
D | CodeViewYAMLDebugSections.cpp | 535 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/ |
D | Minidump.h | 61 support::ulittle32_t RVA; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 904 typedef DWORD RVA; typedef
|