Searched refs:MCCVLines (Results 1 – 2 of 2) sorted by relevance
252 size_t Offset = MCCVLines.size(); in addLineEntry()257 MCCVLines.push_back(LineEntry); in addLineEntry()272 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()275 FilteredLines.push_back(MCCVLines[Idx]); in getFunctionLineEntries()289 FilteredLines.push_back(MCCVLoc(MCCVLines[Idx].getLabel(), FuncId, in getFunctionLineEntries()330 if (L >= MCCVLines.size()) in getLinesForExtent()332 return ArrayRef(&MCCVLines[L], R - L); in getLinesForExtent()
264 std::vector<MCCVLoc> MCCVLines; variable