Searched refs:DWARFContextInMemory (Results 1 – 13 of 13) sorted by relevance
88 class DWARFContextInMemory : public DWARFContext {95 DWARFContextInMemory(bool isLittleEndian, in DWARFContextInMemory() function
22 return new DWARFContextInMemory(isLittleEndian, infoSection, abbrevSection, in getDWARFContext()
34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput()
240 class DWARFContextInMemory : public DWARFContext {280 DWARFContextInMemory(const object::ObjectFile &Obj,
84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile()
656 DWARFContextInMemory::DWARFContextInMemory(const object::ObjectFile &Obj, in DWARFContextInMemory() function in DWARFContextInMemory884 void DWARFContextInMemory::anchor() { } in anchor()
279 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder()
107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted()
410 Context.reset(new DWARFContextInMemory(*Objects.second)); in getOrCreateModuleInfo()
330 new DWARFContextInMemory(*SymbolObj,LoadedObjInfo.get())); in printLineInfoForInput()
1295 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);3338 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule()3383 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits()3450 DWARFContextInMemory DwarfContext(*ErrOrObj); in link()
1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject()
1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO()6576 diContext.reset(new DWARFContextInMemory(*DbgObj)); in DisassembleMachO()