Lines Matching refs:MCCVLoc
132 addLineEntry(MCCVLoc{ in recordCVLoc()
263 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
272 std::vector<MCCVLoc>
274 std::vector<MCCVLoc> FilteredLines; in getFunctionLineEntries()
301 FilteredLines.push_back(MCCVLoc(MCCVLines[Idx].getLabel(), FuncId, in getFunctionLineEntries()
339 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
362 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
363 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
373 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) { in emitLineTableForFunction()
492 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
499 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
512 MCCVLoc StartLoc = Locs.front(); in encodeInlineLineTable()
527 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
609 ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable()
612 const MCCVLoc &Loc = LocAfter[0]; in encodeInlineLineTable()