Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp501 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan() local
503 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
505 auto &StateAndEnd = InvokeMapIter->second; in scan()