Searched refs:findSymbolByRVA (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 210 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/ |
D | IPDBSession.h | 48 findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 44 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 63 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA,
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 171 if (S_OK != Session->findSymbolByRVA(RVA, EnumVal, &Symbol)) in findSymbolByAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 204 NativeSession::findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const { in findSymbolByRVA() function in NativeSession
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 417 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/ |
D | PDBApiTest.cpp | 90 std::unique_ptr<PDBSymbol> findSymbolByRVA(uint32_t RVA, in findSymbolByRVA() function in __anonbc2b3d5d0111::MockSession
|