Home | History | Annotate | Download | only in Driver

Lines Matching defs:ARC

3807   // Allow -fno-objc-arr to trump -fobjc-arr/-fobjc-arc.
3809 bool ARC = isObjCAutoRefCount(Args);
3810 if (ARC) {
3813 CmdArgs.push_back("-fobjc-arc");
3820 CmdArgs.push_back("-fobjc-arc-cxxlib=libc++");
3822 CmdArgs.push_back("-fobjc-arc-cxxlib=libstdc++");
3830 CmdArgs.push_back("-fobjc-arc-exceptions");
3844 if (ARC) {
5576 /// Hack(tm) to ignore linking errors when we are doing ARC migration.
5643 // We use arclite library for both ARC and subscripting support.