/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 46 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()
|
D | PDBSymbolTypeArray.cpp | 25 return Session.getSymbolById(getTypeId()); in getElementType()
|
D | PDBSymbolTypePointer.cpp | 25 return Session.getSymbolById(getTypeId()); in getPointeeType()
|
D | PDBSymbolData.cpp | 25 return Session.getSymbolById(getTypeId()); in getType()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 32 virtual std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const = 0; 36 auto Symbol(getSymbolById(SymbolId)); in getConcreteSymbolById()
|
/external/llvm/tools/llvm-pdbdump/ |
D | TypedefDumper.cpp | 33 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start() 57 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
|
D | FunctionDumper.cpp | 199 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/ |
D | PDBSymbolTypeFunctionSig.cpp | 47 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 54 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
|
D | PDBSymbol.cpp | 127 return Session.getSymbolById(getSymIndexId()); in clone() 173 return Session.getSymbolById(Id); in getSymbolByIdHelper()
|
D | PDBSymbolData.cpp | 65 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId()
|
D | UDTLayout.cpp | 38 return Session.getSymbolById(TypeId); in getSymbolType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 33 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/ |
D | DIASession.h | 35 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawSession.h | 34 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyTypedefDumper.cpp | 32 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()
|
D | PrettyFunctionDumper.cpp | 227 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 35 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 84 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/ |
D | NativeSession.h | 54 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 181 NativeSession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in NativeSession
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 152 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in DIASession
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 69 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/ |
D | DIASession.cpp | 191 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/ |
D | PDBApiTest.cpp | 71 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById() function in __anon8912c4460111::MockSession
|