Searched refs:EpilogInstrs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp461 // EpilogInstrs - Unwind codes for the current epilog.
464 FindMatchingEpilog(const std::vector<WinEH::Instruction>& EpilogInstrs, argument
473 if (Instrs.size() != EpilogInstrs.size())
478 if (Instrs[i].Operation != EpilogInstrs[i].Operation ||
479 Instrs[i].Offset != EpilogInstrs[i].Offset ||
480 Instrs[i].Register != EpilogInstrs[i].Register) {
553 auto &EpilogInstrs = I.second; local
554 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs);
557 FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info);
564 EpilogInstrs
626 auto &EpilogInstrs = I.second; local
[all...]

Completed in 51 milliseconds