Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp505 static uint32_t ARM64CountOfUnwindCodes(ArrayRef<WinEH::Instruction> Insns) { in ARM64CountOfUnwindCodes() function
958 return ARM64CountOfUnwindCodes(ArrayRef<WinEH::Instruction>( in getARM64OffsetInProlog()
986 PrologCodeBytes + ARM64CountOfUnwindCodes(Epilog) <= 124) in checkARM64PackedEpilog()
1301 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64ProcessEpilogs()
1629 info->PrologCodeBytes = ARM64CountOfUnwindCodes(info->Instructions); in ARM64EmitUnwindInfo()