Home
last modified time | relevance | path

Searched refs:findSymbolByRVA (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp210 if (S_OK != Session->findSymbolByRVA(RVA, EnumVal, &Symbol)) in findSymbolByAddress()
217 std::unique_ptr<PDBSymbol> DIASession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() function in DIASession
222 if (S_OK != Session->findSymbolByRVA(RVA, EnumVal, &Symbol)) in findSymbolByRVA()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h48 findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h44 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h63 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA,
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp171 if (S_OK != Session->findSymbolByRVA(RVA, EnumVal, &Symbol)) in findSymbolByAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp204 NativeSession::findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const { in findSymbolByRVA() function in NativeSession
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc417 if (SUCCEEDED(session_->findSymbolByRVA(*it, SymTagFunction, &symbol))) { in PrintFunctions()
428 } else if (SUCCEEDED(session_->findSymbolByRVA(*it, in PrintFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp90 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() function in __anonbc2b3d5d0111::MockSession