Home
last modified time | relevance | path

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

/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.cpp32 std::unique_ptr<DIContext> DICtx) { in create()
71 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
DSymbolize.cpp362 std::unique_ptr<DIContext> Context; in getOrCreateModuleInfo()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h132 class DIContext {
140 DIContext(DIContextKind K) : Kind(K) {} in DIContext() function
141 virtual ~DIContext() {} in ~DIContext()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h28 class PDBContext : public DIContext {
37 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h40 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.cpp32 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp25 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/external/llvm/include/llvm/
Dmodule.modulemap54 module DIContext { header "DebugInfo/DIContext.h" export * }
/external/llvm/test/DebugInfo/
Ddebuglineinfo.test11 ; .debug_line section and exercises DIContext::getLineInfoForAddressRange().
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp324 std::unique_ptr<DIContext> Context( in printLineInfoForInput()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6027 std::unique_ptr<DIContext> diContext; in DisassembleMachO()