Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp647 auto InstrsIter = info->EpilogMap.find(EpilogStart); in FindMatchingEpilog() local
648 assert(InstrsIter != info->EpilogMap.end() && in FindMatchingEpilog()
650 const auto &Instrs = InstrsIter->second.Instructions; in FindMatchingEpilog()