Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp268 ARM64CountOfUnwindCodes(const std::vector<WinEH::Instruction> &Insns) { in ARM64CountOfUnwindCodes() function
543 uint32_t PrologCodeBytes = ARM64CountOfUnwindCodes(info->Instructions); in ARM64EmitUnwindInfo()
554 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64EmitUnwindInfo()
/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp268 static uint32_t ARM64CountOfUnwindCodes(ArrayRef<WinEH::Instruction> Insns) { in ARM64CountOfUnwindCodes() function
638 : ARM64CountOfUnwindCodes(ArrayRef<WinEH::Instruction>( in checkPackedEpilog()
951 uint32_t PrologCodeBytes = ARM64CountOfUnwindCodes(info->Instructions); in ARM64EmitUnwindInfo()
978 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64EmitUnwindInfo()