Home
last modified time | relevance | path

Searched refs:SymbolId (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h32 virtual std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const = 0;
35 std::unique_ptr<T> getConcreteSymbolById(uint32_t SymbolId) const { in getConcreteSymbolById() argument
36 auto Symbol(getSymbolById(SymbolId)); in getConcreteSymbolById()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp152 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById()
154 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol)) in getSymbolById()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h35 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h34 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp84 std::unique_ptr<PDBSymbol> RawSession::getSymbolById(uint32_t SymbolId) const { in getSymbolById()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp69 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById()
73 getSourceFileById(uint32_t SymbolId) const override { in getSourceFileById()