Lines Matching +full:sw +full:- +full:exception
1 //===--- ARMWinEHPrinter.h - Windows on ARM Unwind Information Printer ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 ScopedPrinter &SW;
186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW),
187 OS(SW.getOStream()),