Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDObjCRuntime.h76 bool isNonFragile() const { in isNonFragile() function
90 bool isFragile() const { return !isNonFragile(); } in isFragile()
102 else if ((getKind() == MacOSX) && isNonFragile() && in isLegacyDispatchDefaultForArch()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDToolChain.cpp240 ObjCRuntime ToolChain::getDefaultObjCRuntime(bool isNonFragile) const { in getDefaultObjCRuntime()
241 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC, in getDefaultObjCRuntime()
HDToolChains.h418 ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const override;
HDTools.cpp2134 if (runtime.isNonFragile()) in shouldUseExceptionTablesForObjCExceptions()
4537 if (objcRuntime.isNonFragile()) { in ConstructJob()
5124 bool isNonFragile = objcABIVersion != 1; in AddObjCRuntimeArgs() local
5132 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile); in AddObjCRuntimeArgs()
5146 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile); in AddObjCRuntimeArgs()
5158 if (isNonFragile) in AddObjCRuntimeArgs()
HDToolChains.cpp67 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const { in getDefaultObjCRuntime()
70 if (isNonFragile) in getDefaultObjCRuntime()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp155 if (CI.getLangOpts().ObjCRuntime.isNonFragile()) in CreateASTConsumer()
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDToolChain.h296 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp1093 .Case("objc_nonfragile_abi", LangOpts.ObjCRuntime.isNonFragile()) in HasFeature()
1102 .Case("objc_subscripting", LangOpts.ObjCRuntime.isNonFragile()) in HasFeature()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1058 } else if (getLangOpts().ObjCRuntime.isNonFragile() && in ActOnPropertyImplDecl()
1262 getLangOpts().ObjCRuntime.isNonFragile() && in ActOnPropertyImplDecl()
1655 S.LangOpts.ObjCRuntime.isNonFragile()) in DiagnoseUnimplementedAccessor()
HDSemaDeclObjC.cpp2000 if (LangOpts.ObjCRuntime.isNonFragile()) { in CheckImplementationIvars()
2833 LangOpts.ObjCRuntime.isNonFragile() && in ImplMethodsVsClassMethods()
3658 if (LangOpts.ObjCRuntime.isNonFragile()) { in ActOnAtEnd()
4334 if (LangOpts.ObjCRuntime.isNonFragile()) { in ActOnDefs()
HDSemaDecl.cpp13007 if (LangOpts.ObjCRuntime.isNonFragile() && in ActOnIvar()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp1089 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GetEHType()
2173 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
2188 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
2810 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in EmitIvarOffset()
HDCodeGenModule.cpp2730 if (LangOpts.ObjCRuntime.isNonFragile()) { in GetAddrOfConstantString()
2821 GV->setSection(LangOpts.ObjCRuntime.isNonFragile() in GetAddrOfConstantString()
HDCGDebugInfo.cpp359 RuntimeVers = LO.ObjCRuntime.isNonFragile() ? 2 : 1; in CreateCompileUnit()
1745 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in CreateTypeDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp518 if (LangOpts.ObjCRuntime.isNonFragile()) { in InitializePredefinedMacros()