Home | History | Annotate | Download | only in Driver

Lines Matching full:objc

220 /// \brief Determine whether we are linking the ObjC runtime.
434 // OBJC_INCLUDE_PATH - system includes enabled when compiling ObjC.
435 addDirectoryList(Args, CmdArgs, "-objc-isystem", "OBJC_INCLUDE_PATH");
436 // OBJCPLUS_INCLUDE_PATH - system includes enabled when compiling ObjC++.
2332 CmdArgs.push_back("-rewrite-objc");
2335 CmdArgs.push_back("-rewrite-objc");
3778 // next runtime is always legacy dispatch and -fno-objc-legacy-dispatch
3807 // Allow -fno-objc-arr to trump -fobjc-arr/-fobjc-arc.
3836 CmdArgs.push_back("-fno-objc-infer-related-result-type");
5600 // Forward -ObjC when either -ObjC or -ObjC++ is used, to force loading
5604 CmdArgs.push_back("-ObjC");