Home
last modified time | relevance | path

Searched refs:MCCVLines (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp264 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h264 std::vector<MCCVLoc> MCCVLines; variable