HomeSort by relevance Sort by last modified time
    Searched defs:ExceptionsType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 331 ExceptionHandling ExceptionsType;
536 return ExceptionsType != ExceptionHandling::None;
538 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; }
542 ExceptionsType = EH;
548 return (ExceptionsType == ExceptionHandling::DwarfCFI ||
549 ExceptionsType == ExceptionHandling::ARM || usesWindowsCFI());
553 return ExceptionsType == ExceptionHandling::WinEH &&
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 };
316 ExceptionHandling::ExceptionsType ExceptionsType; // Defaults to None
546 return ExceptionsType != ExceptionHandling::None;
548 ExceptionHandling::ExceptionsType getExceptionHandlingType() const {
549 return ExceptionsType;
553 (ExceptionsType == ExceptionHandling::DwarfCFI ||
554 ExceptionsType == ExceptionHandling::ARM ||
555 ExceptionsType == ExceptionHandling::Win64);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 335 ExceptionHandling ExceptionsType = ExceptionHandling::None;
567 return ExceptionsType != ExceptionHandling::None;
570 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; }
574 ExceptionsType = EH;
580 return (ExceptionsType == ExceptionHandling::DwarfCFI ||
581 ExceptionsType == ExceptionHandling::ARM || usesWindowsCFI());
585 return ExceptionsType == ExceptionHandling::WinEH &&

Completed in 220 milliseconds