Home
last modified time | relevance | path

Searched refs:ExceptionHandlingKind (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h234 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enum
433 return getExceptionHandling() == ExceptionHandlingKind::SjLj; in hasSjLjExceptions()
437 return getExceptionHandling() == ExceptionHandlingKind::WinEH; in hasSEHExceptions()
441 return getExceptionHandling() == ExceptionHandlingKind::DwarfCFI; in hasDWARFExceptions()
445 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
H A DLangOptions.def136 ENUM_LANGOPT(ExceptionHandling, ExceptionHandlingKind, 3,
137 ExceptionHandlingKind::None, "exception handling")
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp508 LangOptions::ExceptionHandlingKind::None && in EmitStartEHSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp467 LangOptions::ExceptionHandlingKind::None && in FixupInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1414 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">,