Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h285 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/external/llvm-project/clang/include/clang/Basic/
DObjCRuntime.h375 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp834 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
843 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
856 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1593 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
1602 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
1646 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()