Lines Matching refs:DwarfContext
1295 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);
3338 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule() local
3340 for (const auto &CU : DwarfContext.compile_units()) { in loadClangModule()
3379 .cloneAllCompileUnits(DwarfContext); in loadClangModule()
3383 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits() argument
3399 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() local
3451 startDebugObject(DwarfContext, *Obj); in link()
3454 for (const auto &CU : DwarfContext.compile_units()) { in link()
3485 .cloneAllCompileUnits(DwarfContext); in link()
3487 patchFrameInfoForObject(*Obj, DwarfContext, in link()