Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDIContext.cpp14 DIContext::~DIContext() {} in ~DIContext()
16 DIContext *DIContext::getDWARFContext(bool isLittleEndian, in getDWARFContext()
DDWARFContext.h26 class DWARFContext : public DIContext {
/external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
DDIContext.h49 class DIContext {
51 virtual ~DIContext();
54 static DIContext *getDWARFContext(bool isLittleEndian,
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h29 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx);
61 std::unique_ptr<DIContext> DebugInfoContext;
76 std::unique_ptr<DIContext> DICtx);
DSymbolizableObjectFile.cpp33 std::unique_ptr<DIContext> DICtx) { in create()
72 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h35 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx);
67 std::unique_ptr<DIContext> DebugInfoContext;
83 std::unique_ptr<DIContext> DICtx);
DSymbolizableObjectFile.cpp47 std::unique_ptr<DIContext> DICtx) { in create()
86 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h130 class DIContext {
138 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function
139 virtual ~DIContext() {} in ~DIContext()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h29 class PDBContext : public DIContext {
38 static bool classof(const DIContext *DICtx) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h33 class PDBContext : public DIContext {
40 static bool classof(const DIContext *DICtx) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h183 class DIContext {
190 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function
191 virtual ~DIContext() = default;
/external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp82 OwningPtr<DIContext> dictx(DIContext::getDWARFContext(/*FIXME*/true, in DumpInput()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h39 class DWARFContext : public DIContext {
78 DWARFContext() : DIContext(CK_DWARF) {} in DWARFContext()
80 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h59 class DWARFContext : public DIContext {
126 static bool classof(const DIContext *DICtx) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp26 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp26 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp90 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in NotifyObjectEmitted()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile()
/external/llvm/test/DebugInfo/
Ddebuglineinfo.test11 ; .debug_line section and exercises DIContext::getLineInfoForAddressRange().
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddebuglineinfo.test11 ; .debug_line section and exercises DIContext::getLineInfoForAddressRange().
/external/llvm/include/llvm/
Dmodule.modulemap48 module DIContext { header "DebugInfo/DIContext.h" export * }
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp110 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in NotifyObjectEmitted()

12