Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h108 ExceptionModel(ExceptionHandling::None) {} in TargetOptions()
258 ExceptionHandling ExceptionModel; variable
289 ARE_EQUAL(ExceptionModel) &&
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h94 ExceptionModel("exception-model",
308 Options.ExceptionModel = ExceptionModel; in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp71 if (Options.ExceptionModel != ExceptionHandling::None) in initAsmInfo()
72 TmpAsmInfo->setExceptionsType(Options.ExceptionModel); in initAsmInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp149 Options.ExceptionModel == ExceptionHandling::None) || in initializeEnvironment()
150 Options.ExceptionModel == ExceptionHandling::SjLj; in initializeEnvironment()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp80 if (Options.ExceptionModel != ExceptionHandling::None) in initAsmInfo()
81 TmpAsmInfo->setExceptionsType(Options.ExceptionModel); in initAsmInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h285 ExceptionHandling ExceptionModel = ExceptionHandling::None; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc90 static cl::opt<llvm::ExceptionHandling> ExceptionModel(
294 Options.ExceptionModel = ExceptionModel;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp232 TM->Options.ExceptionModel == ExceptionHandling::None) { in addIRPasses()
/external/clang/lib/CodeGen/
DBackendUtil.cpp616 Options.ExceptionModel = llvm::ExceptionHandling::SjLj; in CreateTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp442 if (TM.Options.ExceptionModel == ExceptionHandling::SjLj) in X86TargetLowering()
489 TM.Options.ExceptionModel != ExceptionHandling::SjLj) { in X86TargetLowering()