Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCCodeView.h119 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp259 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h290 std::vector<MCCVLineEntry> MCCVLines; variable