Lines Matching refs:MCCVLoc
134 addLineEntry(MCCVLoc{ in recordCVLoc()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
274 std::vector<MCCVLoc>
276 std::vector<MCCVLoc> FilteredLines; in getFunctionLineEntries()
299 FilteredLines.push_back(MCCVLoc( in getFunctionLineEntries()
318 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
341 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
352 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) { in emitLineTableForFunction()
478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
485 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
498 MCCVLoc StartLoc = Locs.front(); in encodeInlineLineTable()
511 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
593 ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable()
596 const MCCVLoc &Loc = LocAfter[0]; in encodeInlineLineTable()