Searched refs:DWARFContextInMemory (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp85 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj));
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h232 /// DWARFContextInMemory is the simplest possible implementation of a
235 class DWARFContextInMemory : public DWARFContext { class in namespace:llvm
274 DWARFContextInMemory(const object::ObjectFile &Obj,
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp107 DIContext* Context = new DWARFContextInMemory(DebugObj);
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp275 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary())));
H A DDWARFContext.cpp594 DWARFContextInMemory::DWARFContextInMemory(const object::ObjectFile &Obj, function in class:DWARFContextInMemory
814 void DWARFContextInMemory::anchor() { }
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp374 Context.reset(new DWARFContextInMemory(*Objects.second));
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp325 new DWARFContextInMemory(*SymbolObj,LoadedObjInfo.get()));
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6050 diContext.reset(new DWARFContextInMemory(*DbgObj));

Completed in 95 milliseconds