Lines Matching defs:ARC
1798 CmdArgs.push_back("-fobjc-runtime-has-arc");
1878 // Allow -fno-objc-arr to trump -fobjc-arr/-fobjc-arc.
1880 bool ARC = isObjCAutoRefCount(Args);
1881 if (ARC) {
1882 CmdArgs.push_back("-fobjc-arc");
1889 CmdArgs.push_back("-fobjc-arc-exceptions");
1903 if (ARC) {
3259 // In ARC, if we don't have runtime support, link in the runtime