Lines Matching full:gaps
357 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps() argument
359 for (const auto &G : Gaps) { in formatGaps()
615 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
627 P.formatLine("range = {0}, gaps = [{1}]", formatRange(Def.Range), in visitKnownRecord()
628 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
642 P.formatLine("gaps = [{0}]", in visitKnownRecord()
643 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord()
654 P.formatLine("range = {0}, gaps = [{1}]", formatRange(Def.Range), in visitKnownRecord()
655 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
664 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
672 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()