Searched refs:DWARFContextInMemory (Results 1 – 10 of 10) sorted by relevance
32 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
235 class DWARFContextInMemory : public DWARFContext {274 DWARFContextInMemory(const object::ObjectFile &Obj,
84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile()
594 DWARFContextInMemory::DWARFContextInMemory(const object::ObjectFile &Obj, in DWARFContextInMemory() function in DWARFContextInMemory814 void DWARFContextInMemory::anchor() { } in anchor()
275 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder()
107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted()
374 Context.reset(new DWARFContextInMemory(*Objects.second)); in getOrCreateModuleInfo()
325 new DWARFContextInMemory(*SymbolObj,LoadedObjInfo.get())); in printLineInfoForInput()
1293 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);3248 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule()3285 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits()3352 DWARFContextInMemory DwarfContext(*ErrOrObj); in link()
6047 diContext.reset(new DWARFContextInMemory(*DbgObj)); in DisassembleMachO()