llvm::AsmPrinter::usesCFIWithoutEH

Return true if CFI is used even when exception handling is disabled.

Synopsis

Declared in <llvm/CodeGen/AsmPrinter.h>

bool
usesCFIWithoutEH() const;

Description

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.

Return Value

True if CFI is used without exception handling.