Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp267 auto I = MCCVLineStartStop.insert( in addLineEntry()
277 auto I = MCCVLineStartStop.find(FuncId); in getFunctionLineEntries()
278 if (I != MCCVLineStartStop.end()) { in getFunctionLineEntries()
311 auto I = MCCVLineStartStop.find(FuncId); in getLineExtent()
313 if (I == MCCVLineStartStop.end()) in getLineExtent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h248 std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop; variable