Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/
DBUILD.gn97 "/EHa-",
/openbsd/src/gnu/llvm/libcxxabi/
DCMakeLists.txt333 add_compile_flags_if_supported(-EHa-)
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsics.td543 // To mark the beginning/end of a try-scope for Windows SEH -EHa
545 // caused by HW exceptions under option -EHa.
/openbsd/src/gnu/llvm/libcxx/
DCMakeLists.txt631 target_add_compile_flags_if_supported(${target} PUBLIC -EHs- -EHa-)
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DClang.cpp341 bool EHa = Args.hasFlag(options::OPT_fasync_exceptions, in addExceptionArgs() local
343 if (EHa) { in addExceptionArgs()
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst13080 -feh_asynch (aka MSVC -EHa), these two intrinsics are injected to mark _try
13101 Handling (MSVC option -EHa).