Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h375 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1711 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
1720 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
1764 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()