Searched refs:MCCVLines (Results 1 – 2 of 2) sorted by relevance
267 size_t Offset = MCCVLines.size(); in addLineEntry()272 MCCVLines.push_back(LineEntry); in addLineEntry()283 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()286 FilteredLines.push_back(MCCVLines[Idx]); in getFunctionLineEntries()301 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()322 if (L >= MCCVLines.size()) in getLinesForExtent()324 return ArrayRef(&MCCVLines[L], R - L); in getLinesForExtent()
258 std::vector<MCCVLoc> MCCVLines; variable