Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2374 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
2383 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
2431 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()