Home
last modified time | relevance | path

Searched refs:DICtx (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp46 std::unique_ptr<DIContext> DICtx, in create() argument
48 assert(DICtx); in create()
50 new SymbolizableObjectFile(Obj, std::move(DICtx), UntagAddresses)); in create()
108 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile() argument
110 : Module(Obj), DebugInfoContext(std::move(DICtx)), in SymbolizableObjectFile()
DSymbolizableObjectFile.h34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx,
90 std::unique_ptr<DIContext> DICtx,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h39 static bool classof(const DIContext *DICtx) { in classof() argument
40 return DICtx->getKind() == CK_PDB; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h118 static bool classof(const DIContext *DICtx) { in classof() argument
119 return DICtx->getKind() == CK_DWARF; in classof()