Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h22 SjLj, ///< setjmp/longjmp based exceptions enumerator
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; global() enumerator