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/ |
D | SymbolizableObjectFile.h | 34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx, 73 std::unique_ptr<DIContext> DebugInfoContext; 90 std::unique_ptr<DIContext> DICtx,
|
D | SymbolizableObjectFile.cpp | 46 std::unique_ptr<DIContext> DICtx, in create() 108 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
|
D | Symbolize.cpp | 69 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/ |
D | PDBContext.h | 32 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/ |
D | DIContext.h | 204 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/ |
D | DWARFContext.h | 58 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/ |
D | Symbolize.h | 94 std::unique_ptr<DIContext> Context,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 25 : 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/ |
D | OProfileJITEventListener.cpp | 89 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/ |
D | IntelJITEventListener.cpp | 109 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/ |
D | module.modulemap | 88 module DIContext { header "DebugInfo/DIContext.h" export * }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 241 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/ |
D | DWARFContext.cpp | 70 : DIContext(CK_DWARF), DWPName(std::move(DWPName)), DObj(std::move(DObj)) {} in DWARFContext()
|