Home
last modified time | relevance | path

Searched refs:gomacc (Results 1 – 4 of 4) sorted by relevance

/external/clang/
Dcompiler_wrapper18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
/external/llvm-project/llvm/utils/gn/build/toolchain/
DBUILD.gn30 cc = "$goma_dir/gomacc $cc"
31 cxx = "$goma_dir/gomacc $cxx"
250 cl = "$goma_dir/gomacc $cl"
/external/llvm-project/llvm/test/Bindings/Go/
Dlit.local.cfg42 if args[0].endswith('ccache') or args[0].endswith('gomacc'):
/external/libaom/libaom/build/cmake/
Daom_configure.cmake245 set_compiler_launcher(ENABLE_GOMA gomacc)