Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCCodeView.cpp267 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()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCCodeView.h258 std::vector<MCCVLoc> MCCVLines; variable