Lines Matching defs:cc1
156 "--cc1",
159 help="Execute cc1 directly (don't profile the driver)",
171 if opts.cc1:
223 # Find the cc1 command used by the compiler. To do this we execute the
246 print("Fatal error: unable to determine cc1 command: %r" % cc_output)
251 print("Fatal error: unable to determine cc1 command: %r" % cc_output)
257 def cc1(args):
259 prog="perf-helper cc1", description="cc1 wrapper for order file generation"
272 # when capturing the cc1 command
663 "cc1": cc1,