Lines Matching defs:Locs
362 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId);
363 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) {
369 for (auto I = Locs.begin(), E = Locs.end(); I != E;) {
492 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd);
493 if (Locs.empty())
498 const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
499 for (const MCCVLoc &Loc : Locs) {
512 MCCVLoc StartLoc = Locs.front();
527 for (const MCCVLoc &Loc : Locs) {