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