Home
last modified time | relevance | path

Searched refs:ExceptionModel (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp149 Options.ExceptionModel == ExceptionHandling::None) || in initializeEnvironment()
150 Options.ExceptionModel == ExceptionHandling::SjLj; in initializeEnvironment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp71 if (Options.ExceptionModel != ExceptionHandling::None) in initAsmInfo()
72 TmpAsmInfo->setExceptionsType(Options.ExceptionModel); in initAsmInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h297 ExceptionHandling ExceptionModel = ExceptionHandling::None; variable
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp237 TM->Options.ExceptionModel == ExceptionHandling::None) { in addIRPasses()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc91 static cl::opt<llvm::ExceptionHandling> ExceptionModel(
301 Options.ExceptionModel = ExceptionModel;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp457 Options.ExceptionModel = llvm::ExceptionHandling::SjLj; in initTargetOptions()
459 Options.ExceptionModel = llvm::ExceptionHandling::WinEH; in initTargetOptions()
461 Options.ExceptionModel = llvm::ExceptionHandling::DwarfCFI; in initTargetOptions()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp449 if (TM.Options.ExceptionModel == ExceptionHandling::SjLj) in X86TargetLowering()
496 TM.Options.ExceptionModel != ExceptionHandling::SjLj) { in X86TargetLowering()