Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp268 auto I = MCCVLineStartStop.insert( in addLineEntry()
278 auto I = MCCVLineStartStop.find(FuncId); in getFunctionLineEntries()
279 if (I != MCCVLineStartStop.end()) { in getFunctionLineEntries()
312 auto I = MCCVLineStartStop.find(FuncId); in getLineExtent()
314 if (I == MCCVLineStartStop.end()) in getLineExtent()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h255 std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop; variable