/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DIContext.cpp | 14 DIContext::~DIContext() {} in ~DIContext() 16 DIContext *DIContext::getDWARFContext(bool isLittleEndian, in getDWARFContext()
|
D | DWARFContext.h | 26 class DWARFContext : public DIContext {
|
/external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/ |
D | DIContext.h | 49 class DIContext { 51 virtual ~DIContext(); 54 static DIContext *getDWARFContext(bool isLittleEndian,
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.h | 29 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx); 61 std::unique_ptr<DIContext> DebugInfoContext; 76 std::unique_ptr<DIContext> DICtx);
|
D | SymbolizableObjectFile.cpp | 33 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/ |
D | SymbolizableObjectFile.h | 35 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx); 67 std::unique_ptr<DIContext> DebugInfoContext; 83 std::unique_ptr<DIContext> DICtx);
|
D | SymbolizableObjectFile.cpp | 47 std::unique_ptr<DIContext> DICtx) { in create() 86 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
|
/external/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 130 class DIContext { 138 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function 139 virtual ~DIContext() {} in ~DIContext()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 29 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/ |
D | PDBContext.h | 33 class PDBContext : public DIContext { 40 static bool classof(const DIContext *DICtx) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 183 class DIContext { 190 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function 191 virtual ~DIContext() = default;
|
/external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 82 OwningPtr<DIContext> dictx(DIContext::getDWARFContext(/*FIXME*/true, in DumpInput()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 39 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/ |
D | llvm-dwarfdump-fuzzer.cpp | 34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/fuzzer/ |
D | llvm-dwarfdump-fuzzer.cpp | 34 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 59 class DWARFContext : public DIContext { 126 static bool classof(const DIContext *DICtx) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 26 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 26 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 90 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in NotifyObjectEmitted()
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile()
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo.test | 11 ; .debug_line section and exercises DIContext::getLineInfoForAddressRange().
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | debuglineinfo.test | 11 ; .debug_line section and exercises DIContext::getLineInfoForAddressRange().
|
/external/llvm/include/llvm/ |
D | module.modulemap | 48 module DIContext { header "DebugInfo/DIContext.h" export * }
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 110 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in NotifyObjectEmitted()
|