Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp175 static cl::opt<ExceptionHandling> ExceptionModel( in CGOPT() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h448 ExceptionHandling ExceptionModel = ExceptionHandling::None; variable