Home
last modified time | relevance | path

Searched defs:ExceptionModel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp162 static cl::opt<ExceptionHandling> ExceptionModel( in CGOPT() local
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h439 ExceptionHandling ExceptionModel = ExceptionHandling::None; variable