Return true if CFI is used even when exception handling is disabled.
Declared in <llvm/CodeGen/AsmPrinter.h>
bool
usesCFIWithoutEH() const;
Emitting CFI unwind information is entangled with exception support. This returns true for platforms that still use CFI for other purposes (debugging, sanitizers, ...) when MCAsmInfo::ExceptionsType == ExceptionHandling::None.
True if CFI is used without exception handling.