Lines Matching refs:LocEnd
279 size_t LocEnd; in getFunctionLineEntries() local
280 std::tie(LocBegin, LocEnd) = getLineExtentIncludingInlinees(FuncId); in getFunctionLineEntries()
281 if (LocBegin >= LocEnd) { in getFunctionLineEntries()
286 for (size_t Idx = LocBegin; Idx != LocEnd; ++Idx) { in getFunctionLineEntries()
325 size_t LocEnd; in getLineExtentIncludingInlinees() local
326 std::tie(LocBegin, LocEnd) = getLineExtent(FuncId); in getLineExtentIncludingInlinees()
335 LocEnd = std::max(LocEnd, Extent.second); in getLineExtentIncludingInlinees()
339 return {LocBegin, LocEnd}; in getLineExtentIncludingInlinees()
488 size_t LocEnd; in encodeInlineLineTable() local
489 std::tie(LocBegin, LocEnd) = getLineExtentIncludingInlinees(Frag.SiteFuncId); in encodeInlineLineTable()
491 if (LocBegin >= LocEnd) in encodeInlineLineTable()
493 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
610 ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable()