Searched refs:MCCVLines (Results 1 – 2 of 2) sorted by relevance
264 size_t Offset = MCCVLines.size(); in addLineEntry()269 MCCVLines.push_back(LineEntry); in addLineEntry()284 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()287 FilteredLines.push_back(MCCVLines[Idx]); in getFunctionLineEntries()301 FilteredLines.push_back(MCCVLoc(MCCVLines[Idx].getLabel(), FuncId, in getFunctionLineEntries()342 if (L >= MCCVLines.size()) in getLinesForExtent()344 return ArrayRef(&MCCVLines[L], R - L); in getLinesForExtent()
264 std::vector<MCCVLoc> MCCVLines; variable