Searched refs:DwarfContext (Results 1 – 1 of 1) sorted by relevance
2457 DWARFContextInMemory DwarfContext(*ErrOrObj); in link() local2458 startDebugObject(DwarfContext, *Obj); in link()2462 for (const auto &CU : DwarfContext.compile_units()) { in link()2502 patchLineTableForUnit(CurrentUnit, DwarfContext); in link()2505 patchRangesForUnit(CurrentUnit, DwarfContext); in link()2506 Streamer->emitLocationsForUnit(CurrentUnit, DwarfContext); in link()