Searched refs:MCCVLines (Results 1 – 3 of 3) sorted by relevance
119 size_t Offset = MCCVLines.size(); in addLineEntry()124 MCCVLines.push_back(LineEntry); in addLineEntry()134 if (MCCVLines[Idx].getFunctionId() == FuncId) in getFunctionLineEntries()135 FilteredLines.push_back(MCCVLines[Idx]); in getFunctionLineEntries()150 if (L >= MCCVLines.size()) in getLinesForExtent()152 return makeArrayRef(&MCCVLines[L], R - L); in getLinesForExtent()206 std::vector<MCCVLineEntry> MCCVLines; variable
259 size_t Offset = MCCVLines.size(); in addLineEntry()264 MCCVLines.push_back(LineEntry); in addLineEntry()275 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()278 FilteredLines.push_back(MCCVLines[Idx]); in getFunctionLineEntries()293 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()314 if (L >= MCCVLines.size()) in getLinesForExtent()316 return makeArrayRef(&MCCVLines[L], R - L); in getLinesForExtent()
290 std::vector<MCCVLineEntry> MCCVLines; variable