Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp18 SymIndexId SymbolId, in NativeCompilandSymbol() argument
20 : NativeRawSymbol(Session, SymbolId), Module(MI) {} in NativeCompilandSymbol()
27 return llvm::make_unique<NativeCompilandSymbol>(Session, SymbolId, Module); in clone()
DNativeExeSymbol.cpp21 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() argument
22 : NativeRawSymbol(Session, SymbolId), File(Session.getPDBFile()) {} in NativeExeSymbol()
25 return llvm::make_unique<NativeExeSymbol>(Session, SymbolId); in clone()
DNativeRawSymbol.cpp17 NativeRawSymbol::NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId) in NativeRawSymbol() argument
18 : Session(PDBSession), SymbolId(SymbolId) {} in NativeRawSymbol()
297 uint32_t NativeRawSymbol::getSymIndexId() const { return SymbolId; } in getSymIndexId()
DNativeSession.cpp181 NativeSession::getSymbolById(uint32_t SymbolId) const { in getSymbolById()
183 return SymbolId < SymbolCache.size() in getSymbolById()
184 ? PDBSymbol::create(*this, SymbolCache[SymbolId]->clone()) in getSymbolById()
DNativeBuiltinSymbol.cpp25 return llvm::make_unique<NativeBuiltinSymbol>(Session, SymbolId, Type, Length); in clone()
DNativeEnumSymbol.cpp33 return llvm::make_unique<NativeEnumSymbol>(Session, SymbolId, CV); in clone()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h33 virtual std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const = 0;
41 std::unique_ptr<T> getConcreteSymbolById(uint32_t SymbolId) const { in getConcreteSymbolById() argument
42 return unique_dyn_cast_or_null<T>(getSymbolById(SymbolId)); in getConcreteSymbolById()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeCompilandSymbol.h21 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
DNativeExeSymbol.h21 NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId);
DNativeRawSymbol.h26 NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId);
233 SymIndexId SymbolId; variable
DNativeSession.h54 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
/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/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()
/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()
/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()
193 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol)) in getSymbolById()
/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()
75 getSourceFileById(uint32_t SymbolId) const override { in getSourceFileById()