Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp339 static uint32_t ARM64CountOfUnwindCodes(ArrayRef<WinEH::Instruction> Insns) { in ARM64CountOfUnwindCodes() function
749 return ARM64CountOfUnwindCodes(ArrayRef<WinEH::Instruction>( in getARM64OffsetInProlog()
777 PrologCodeBytes + ARM64CountOfUnwindCodes(Epilog) <= 124) in checkARM64PackedEpilog()
1086 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64ProcessEpilogs()
1411 info->PrologCodeBytes = ARM64CountOfUnwindCodes(info->Instructions); in ARM64EmitUnwindInfo()