Searched refs:getDefaultObjCRuntime (Results 1 – 5 of 5) sorted by relevance
559 ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const override;
954 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const { in getDefaultObjCRuntime() function in Darwin1191 ObjCRuntime runtime = getDefaultObjCRuntime(/*nonfragile*/ true); in AddLinkARCArgs()
8110 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile); in AddObjCRuntimeArgs()8124 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile); in AddObjCRuntimeArgs()
656 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
989 ObjCRuntime ToolChain::getDefaultObjCRuntime(bool isNonFragile) const { in getDefaultObjCRuntime() function in ToolChain