Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCWin64EH.cpp1431 static uint32_t ARMCountOfUnwindCodes(ArrayRef<WinEH::Instruction> Insns) { in ARMCountOfUnwindCodes() function
1767 return ARMCountOfUnwindCodes(ArrayRef<WinEH::Instruction>( in getARMOffsetInProlog()
1804 PrologCodeBytes + ARMCountOfUnwindCodes(Epilog) <= 63) in checkARMPackedEpilog()
2349 uint32_t PrologCodeBytes = ARMCountOfUnwindCodes(info->Instructions); in ARMEmitUnwindInfo()
2378 uint32_t CodeBytes = ARMCountOfUnwindCodes(EpilogInstrs); in ARMEmitUnwindInfo()