Lines Matching defs:ARM
1 //===-- ARMWinEHPrinter.cpp - Windows on ARM EH Data Printer ----*- C++ -*-===//
9 // Windows on ARM uses a series of serialised data structures (RuntimeFunction)
48 // (c.f. ARM::WinEH::HeaderWords) and encodes most of the same information as
75 raw_ostream &operator<<(raw_ostream &OS, const ARM::WinEH::ReturnType &RT) {
77 case ARM::WinEH::ReturnType::RT_POP:
80 case ARM::WinEH::ReturnType::RT_B:
83 case ARM::WinEH::ReturnType::RT_BW:
86 case ARM::WinEH::ReturnType::RT_NoEpilogue:
113 namespace ARM {
1042 // the unwind codes. Applicable to both ARM and AArch64.