Searched refs:gomacc (Results 1 – 4 of 4) sorted by relevance
18 gomacc = os.environ.get('GOMACC_PATH')19 if gomacc and os.path.isfile(gomacc):20 return gomacc24 gomacc = get_gomacc_command() variable25 if gomacc:26 argv0 = gomacc27 execargs += [gomacc]
30 cc = "$goma_dir/gomacc $cc"31 cxx = "$goma_dir/gomacc $cxx"250 cl = "$goma_dir/gomacc $cl"
42 if args[0].endswith('ccache') or args[0].endswith('gomacc'):
245 set_compiler_launcher(ENABLE_GOMA gomacc)