Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCCodeView.h120 auto I = MCCVLineStartStop.insert( in addLineEntry()
130 auto I = MCCVLineStartStop.find(FuncId); in getFunctionLineEntries()
131 if (I != MCCVLineStartStop.end()) in getFunctionLineEntries()
140 auto I = MCCVLineStartStop.find(FuncId); in getLineExtent()
142 if (I == MCCVLineStartStop.end()) in getLineExtent()
203 std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp260 auto I = MCCVLineStartStop.insert( in addLineEntry()
270 auto I = MCCVLineStartStop.find(FuncId); in getFunctionLineEntries()
271 if (I != MCCVLineStartStop.end()) { in getFunctionLineEntries()
304 auto I = MCCVLineStartStop.find(FuncId); in getLineExtent()
306 if (I == MCCVLineStartStop.end()) in getLineExtent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h287 std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop; variable