/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 22 SjLj, ///< setjmp/longjmp based exceptions enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCAsmInfo.cpp | 38 ? ExceptionHandling::SjLj in ARMMCAsmInfoDarwin()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 146 Options.ExceptionModel == ExceptionHandling::SjLj; in initializeEnvironment() 149 ExceptionHandling::SjLj) == UseSjLjEH) && in initializeEnvironment()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IndirectBranchTracking.cpp | 163 if (TM->Options.ExceptionModel == ExceptionHandling::SjLj) { in runOnMachineFunction()
|
H A D | X86ISelLowering.cpp | 509 if (TM.Options.ExceptionModel == ExceptionHandling::SjLj) in X86TargetLowering() 565 TM.Options.ExceptionModel != ExceptionHandling::SjLj) { in X86TargetLowering()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator 697 return getExceptionHandling() == ExceptionHandlingKind::SjLj; in hasSjLjExceptions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 248 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable() 419 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable()
|
H A D | AsmPrinter.cpp | 559 case ExceptionHandling::SjLj: in doInitialization() 583 case ExceptionHandling::SjLj: in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | CodeGenPassBuilder.h | 714 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 184 clEnumValN(ExceptionHandling::SjLj, "sjlj", in CGOPT()
|
H A D | TargetPassConfig.cpp | 901 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
|
H A D | MachineVerifier.cpp | 734 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 375 Options.ExceptionModel = llvm::ExceptionHandling::SjLj; in initTargetOptions()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 3179 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in getDefaultUnwindTableLevel() 3213 return llvm::ExceptionHandling::SjLj; in GetExceptionModel()
|
H A D | Clang.cpp | 7291 case llvm::ExceptionHandling::SjLj: in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 1014 // A single-register address. This is used with the SjLj
|
H A D | PPCInstrInfo.td | 681 // The address in a single register. This is used with the SjLj 1435 // The unconditional BCL used by the SjLj setjmp code.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 301 if (TM.Options.ExceptionModel == ExceptionHandling::SjLj) in initSPUActions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2168 HelpText<"Use SjLj style exceptions">; 2177 NormalizedValues<["DwarfCFI", "SjLj", "WinEH", "Wasm"]>,
|