Home
last modified time | relevance | path

Searched refs:SjLj (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h56 SjLj, ///< setjmp/longjmp based exceptions enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp163 if (TM->Options.ExceptionModel == ExceptionHandling::SjLj) { in runOnMachineFunction()
H A DX86ISelLowering.cpp569 TM.Options.ExceptionModel != ExceptionHandling::SjLj) { in X86TargetLowering()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.cpp165 return llvm::ExceptionHandling::SjLj; in GetExceptionModel()
H A DDarwin.cpp3421 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in getDefaultUnwindTableLevel()
3455 return llvm::ExceptionHandling::SjLj; in GetExceptionModel()
H A DClang.cpp7357 case llvm::ExceptionHandling::SjLj: in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp66 ? ExceptionHandling::SjLj in ARMMCAsmInfoDarwin()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp83 if (ExceptionModel == ExceptionHandling::SjLj) in initLibcalls()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h341 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator
792 return getExceptionHandling() == ExceptionHandlingKind::SjLj; in hasSjLjExceptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp247 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable()
418 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable()
H A DAsmPrinter.cpp589 case ExceptionHandling::SjLj: in doInitialization()
613 case ExceptionHandling::SjLj: in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp185 clEnumValN(ExceptionHandling::SjLj, "sjlj", in CGOPT()
H A DTargetPassConfig.cpp907 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
H A DMachineVerifier.cpp779 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h817 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp411 Options.ExceptionModel = llvm::ExceptionHandling::SjLj; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp2278 return isOSDarwin() && !isWatchABI() ? ExceptionHandling::SjLj in getDefaultExceptionHandling()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td1015 // A single-register address. This is used with the SjLj
H A DPPCInstrInfo.td705 // The address in a single register. This is used with the SjLj
1461 // The unconditional BCL used by the SjLj setjmp code.
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3736 case LangOptions::ExceptionHandlingKind::SjLj: in getExceptionHandlingName()
4079 .Case("sjlj", LangOptions::ExceptionHandlingKind::SjLj) in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21972 return EM == ExceptionHandling::SjLj ? Register() : ARM::R0; in getExceptionPointerRegister()
21980 return EM == ExceptionHandling::SjLj ? Register() : ARM::R1; in getExceptionSelectorRegister()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2180 HelpText<"Use SjLj style exceptions">;
2189 NormalizedValues<["DwarfCFI", "SjLj", "WinEH", "Wasm"]>,