Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp524 auto InstrsIter = info->EpilogMap.find(EpilogStart); in FindMatchingEpilog() local
525 assert(InstrsIter != info->EpilogMap.end() && in FindMatchingEpilog()
527 const auto &Instrs = InstrsIter->second; in FindMatchingEpilog()