Searched refs:UseSjLjEH (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp152 UseSjLjEH = (isTargetDarwin() && !isTargetWatchABI() &&
157 ExceptionHandling::SjLj) == UseSjLjEH) &&
H A DARMSubtarget.h454 /// UseSjLjEH - If true, the target uses SjLj exception handling (e.g. iOS).
455 bool UseSjLjEH = false; member in class:llvm::ARMSubtarget
693 bool useSjLjEH() const { return UseSjLjEH; }

Completed in 95 milliseconds