Home
last modified time | relevance | path

Searched defs:getSymbolById (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp134 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp68 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById() function in __anon767b75250111::MockSession