Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp2639 const ObjCRuntime &objcRuntime, in addExceptionArgs() argument
2667 EH |= shouldUseExceptionTablesForObjCExceptions(objcRuntime, Triple); in addExceptionArgs()
5517 ObjCRuntime objcRuntime = AddObjCRuntimeArgs(Args, CmdArgs, rewriteKind); in ConstructJob() local
5523 if (objcRuntime.isNonFragile()) { in ConstructJob()
5526 objcRuntime.isLegacyDispatchDefaultForArch( in ConstructJob()
5541 objcRuntime.getKind() == ObjCRuntime::FragileMacOSX && in ConstructJob()
5542 objcRuntime.isNeXTFamily()) in ConstructJob()
5607 } else if (!objcRuntime.allowsWeak()) { in ConstructJob()
5621 addExceptionArgs(Args, InputType, getToolChain(), KernelOrKext, objcRuntime, in ConstructJob()