Home
last modified time | relevance | path

Searched refs:compiler_wrapper (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/utils/gn/build/toolchain/
H A DBUILD.gn22 if (compiler_wrapper != "") {
23 cc = "$compiler_wrapper $cc"
24 cxx = "$compiler_wrapper $cxx"
303 if (compiler_wrapper != "") {
304 cl = "$compiler_wrapper $cl"
H A Dcompiler.gni3 compiler_wrapper = ""
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py33 compiler_wrapper,
151 return compiler_wrapper(intercept_compiler_wrapper_impl)
H A D__init__.py149 def compiler_wrapper(function): function
H A Danalyze.py30 compiler_wrapper,
328 return compiler_wrapper(analyze_compiler_wrapper_impl)