Home
last modified time | relevance | path

Searched refs:getSymbolById (Results 1 – 24 of 24) 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()
DPDBSymbolTypeArray.cpp25 return Session.getSymbolById(getTypeId()); in getElementType()
DPDBSymbolTypePointer.cpp25 return Session.getSymbolById(getTypeId()); in getPointeeType()
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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp47 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
54 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
DPDBSymbol.cpp127 return Session.getSymbolById(getSymIndexId()); in clone()
173 return Session.getSymbolById(Id); in getSymbolByIdHelper()
DPDBSymbolData.cpp65 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId()
DUDTLayout.cpp38 return Session.getSymbolById(TypeId); in getSymbolType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h33 virtual std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const = 0;
42 return unique_dyn_cast_or_null<T>(getSymbolById(SymbolId)); in getConcreteSymbolById()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyTypedefDumper.cpp32 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()
DPrettyFunctionDumper.cpp227 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h35 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h54 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp181 NativeSession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in NativeSession
/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 __anon177c5eee0111::MockSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp191 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp71 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById() function in __anon8912c4460111::MockSession