Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp70 if (Options.ExceptionModel != ExceptionHandling::None) in initAsmInfo()
71 TmpAsmInfo->setExceptionsType(Options.ExceptionModel); in initAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp153 Options.ExceptionModel == ExceptionHandling::None) || in initializeEnvironment()
154 Options.ExceptionModel == ExceptionHandling::SjLj; in initializeEnvironment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h306 ExceptionHandling ExceptionModel = ExceptionHandling::None; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc90 static cl::opt<llvm::ExceptionHandling> ExceptionModel(
315 Options.ExceptionModel = ExceptionModel;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp368 TM->Options.ExceptionModel == ExceptionHandling::None) { in addIRPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp428 if (TM.Options.ExceptionModel == ExceptionHandling::SjLj) in X86TargetLowering()
478 TM.Options.ExceptionModel != ExceptionHandling::SjLj) { in X86TargetLowering()