Home
last modified time | relevance | path

Searched refs:DIContext (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx,
73 std::unique_ptr<DIContext> DebugInfoContext;
90 std::unique_ptr<DIContext> DICtx,
DSymbolizableObjectFile.cpp46 std::unique_ptr<DIContext> DICtx, in create()
108 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
DSymbolize.cpp69 std::unique_ptr<DIContext> Context = in symbolizeCode()
504 std::unique_ptr<DIContext> Context, in createModuleInfo()
544 std::unique_ptr<DIContext> Context; in getOrCreateModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h32 class PDBContext : public DIContext {
39 static bool classof(const DIContext *DICtx) { in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h204 class DIContext {
211 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function
212 virtual ~DIContext() = default;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h58 class DWARFContext : public DIContext {
118 static bool classof(const DIContext *DICtx) { in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h94 std::unique_ptr<DIContext> Context,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp25 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp109 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap88 module DIContext { header "DebugInfo/DIContext.h" export * }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp241 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp70 : DIContext(CK_DWARF), DWPName(std::move(DWPName)), DObj(std::move(DObj)) {} in DWARFContext()