Lines Matching defs:ARC
3240 // Allow -fno-objc-arr to trump -fobjc-arr/-fobjc-arc.
3242 bool ARC = isObjCAutoRefCount(Args);
3243 if (ARC) {
3246 CmdArgs.push_back("-fobjc-arc");
3253 CmdArgs.push_back("-fobjc-arc-cxxlib=libc++");
3255 CmdArgs.push_back("-fobjc-arc-cxxlib=libstdc++");
3263 CmdArgs.push_back("-fobjc-arc-exceptions");
3277 if (ARC) {
4706 /// Hack(tm) to ignore linking errors when we are doing ARC migration.
4858 // If we don't have ARC or subscripting runtime support, link in the
4863 // We use arclite library for both ARC and subscripting support.