Home
last modified time | relevance | path

Searched refs:getSymbolById (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
74 return Session.getSymbolById(getTypeId()); in getReturnType()
86 return Session.getSymbolById(ClassId); in getClassParent()
DPDBSymbolTypePointer.cpp25 return Session.getSymbolById(getTypeId()); in getPointeeType()
DPDBSymbolTypeArray.cpp25 return Session.getSymbolById(getTypeId()); in getElementType()
DPDBSymbolData.cpp25 return Session.getSymbolById(getTypeId()); in getType()
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h32 virtual std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const = 0;
36 auto Symbol(getSymbolById(SymbolId)); in getConcreteSymbolById()
/external/llvm/tools/llvm-pdbdump/
DTypedefDumper.cpp33 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()
57 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
DFunctionDumper.cpp199 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); in dump()
223 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()
236 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
/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() function in RawSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp152 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp69 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById() function in __anon094266a40111::MockSession