Home
last modified time | relevance | path

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

/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()
DSymbolize.cpp390 std::unique_ptr<DIContext> Context; in getOrCreateModuleInfo()
/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/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/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp26 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/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/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/tools/llvm-objdump/
DMachODump.cpp345 OwningPtr<DIContext> diContext; in DisassembleInputMachO()
392 diContext.reset(DIContext::getDWARFContext(DbgInfoObj->isLittleEndian(), in DisassembleInputMachO()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp329 std::unique_ptr<DIContext> Context( in printLineInfoForInput()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject()
DMachODump.cpp1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO()
6556 std::unique_ptr<DIContext> diContext; in DisassembleMachO()