Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/src/
H A DBUILD.gn97 "/EHa-",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DCMakeLists.txt110 add_cxx_compiler_flag(-EHa-)
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DCMakeLists.txt105 add_cxx_compiler_flag(-EHa-)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.td524 // To mark the beginning/end of a try-scope for Windows SEH -EHa
526 // caused by HW exceptions under option -EHa.
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A DCMakeLists.txt648 target_add_compile_flags_if_supported(${target} PUBLIC -EHs- -EHa-)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp431 bool EHa = Args.hasFlag(options::OPT_fasync_exceptions, in addExceptionArgs() local
433 if (EHa) { in addExceptionArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst12472 -feh_asynch (aka MSVC -EHa), these two intrinsics are injected to mark _try
12493 Handling (MSVC option -EHa).