Lines Matching defs:Locs
350 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId);
351 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) {
357 for (auto I = Locs.begin(), E = Locs.end(); I != E;) {
478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd);
479 if (Locs.empty())
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
485 for (const MCCVLoc &Loc : Locs) {
498 MCCVLoc StartLoc = Locs.front();
513 for (const MCCVLoc &Loc : Locs) {