Searched refs:DwarfContext (Results 1 – 1 of 1) sorted by relevance
1295 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);3338 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule() local3340 for (const auto &CU : DwarfContext.compile_units()) { in loadClangModule()3379 .cloneAllCompileUnits(DwarfContext); in loadClangModule()3383 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits() argument3399 Linker.patchLineTableForUnit(CurrentUnit, DwarfContext); in cloneAllCompileUnits()3402 Linker.patchRangesForUnit(CurrentUnit, DwarfContext); in cloneAllCompileUnits()3403 Linker.Streamer->emitLocationsForUnit(CurrentUnit, DwarfContext); in cloneAllCompileUnits()3450 DWARFContextInMemory DwarfContext(*ErrOrObj); in link() local3451 startDebugObject(DwarfContext, *Obj); in link()[all …]