HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionsType (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCAsmInfo.cpp 26 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCAsmInfo.cpp 32 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 37 ExceptionsType = (TheTriple.isOSDarwin() && !TheTriple.isWatchABI())
65 ExceptionsType = ExceptionHandling::DwarfCFI;
68 ExceptionsType = ExceptionHandling::ARM;
91 ExceptionsType = ExceptionHandling::WinEH;
113 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
ARCMCAsmInfo.cpp 29 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 35 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 29 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 50 ExceptionsType = ExceptionHandling::DwarfCFI;
97 ExceptionsType = ExceptionHandling::DwarfCFI;
115 ExceptionsType = ExceptionHandling::WinEH;
132 ExceptionsType = ExceptionHandling::WinEH;
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCAsmInfo.h 35 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 62 ExceptionsType = ExceptionHandling::DwarfCFI;
102 ExceptionsType = ExceptionHandling::DwarfCFI;
131 ExceptionsType = ExceptionHandling::WinEH;
161 ExceptionsType = ExceptionHandling::WinEH;
163 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfoXCOFF.cpp 57 ExceptionsType = ExceptionHandling::AIX;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 50 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.cpp 38 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 49 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCAsmInfo.cpp 27 ExceptionsType = ExceptionHandling::DwarfCFI;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 441 ExceptionHandling ExceptionsType = ExceptionHandling::None;
444 /// `ExceptionsType == ExceptionHandling::None`.
750 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; }
754 ExceptionsType = EH;
762 return (ExceptionsType == ExceptionHandling::DwarfCFI ||
763 ExceptionsType == ExceptionHandling::ARM || usesWindowsCFI());
767 return ExceptionsType == ExceptionHandling::WinEH &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 41 ExceptionsType = ExceptionHandling::DwarfCFI;

Completed in 25 milliseconds