Searched defs:ExceptionHandling (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h44 enum class ExceptionHandling { class in namespace:llvm
317 ExceptionHandling ExceptionsType;
496 return ExceptionsType != ExceptionHandling::None;
498 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; }
504 return (ExceptionsType == ExceptionHandling::DwarfCFI ||
505 ExceptionsType == ExceptionHandling::ARM ||
506 ExceptionsType == ExceptionHandling::WinEH);
510 return ExceptionsType == ExceptionHandling::WinEH;

Completed in 799 milliseconds