Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp84 std::unique_ptr<PDBSymbol> RawSession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in RawSession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp69 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById() function in __anon767b75250111::MockSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp152 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in DIASession