reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/CommandFlags.inc
   98         clEnumValN(ExceptionHandling::SjLj, "sjlj", "SjLj exception handling"),
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  327   case ExceptionHandling::SjLj:
  352   case ExceptionHandling::SjLj:
lib/CodeGen/AsmPrinter/EHStreamer.cpp
  240   bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
  378   bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
lib/CodeGen/MachineVerifier.cpp
  666         AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
lib/CodeGen/TargetPassConfig.cpp
  690   case ExceptionHandling::SjLj:
lib/Target/ARM/ARMSubtarget.cpp
  151               Options.ExceptionModel == ExceptionHandling::SjLj;
  154            ExceptionHandling::SjLj) == UseSjLjEH) &&
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
   38                        ? ExceptionHandling::SjLj
lib/Target/X86/X86ISelLowering.cpp
  436   if (TM.Options.ExceptionModel == ExceptionHandling::SjLj)
  486       TM.Options.ExceptionModel != ExceptionHandling::SjLj) {
tools/clang/lib/CodeGen/BackendUtil.cpp
  466     Options.ExceptionModel = llvm::ExceptionHandling::SjLj;
tools/clang/lib/Driver/ToolChains/Clang.cpp
 4938     case llvm::ExceptionHandling::SjLj:
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 2411          (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj &&
 2433   return llvm::ExceptionHandling::SjLj;
tools/clang/lib/Driver/ToolChains/FreeBSD.cpp
  416       return llvm::ExceptionHandling::SjLj;