Lines Matching refs:substitutions
54 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
55 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
56 config.substitutions.append( ("%clang_profgen ", build_invocation(clang_cflags) + " -fprofile-instr…
57 config.substitutions.append( ("%clang_profgen=", build_invocation(clang_cflags) + " -fprofile-instr…
58 config.substitutions.append( ("%clang_pgogen ", build_invocation(clang_cflags) + " -fprofile-genera…
59 config.substitutions.append( ("%clang_pgogen=", build_invocation(clang_cflags) + " -fprofile-genera…
61 config.substitutions.append( ("%clangxx_profgen ", build_invocation(clang_cxxflags) + " -fprofile-i…
62 config.substitutions.append( ("%clangxx_profgen=", build_invocation(clang_cxxflags) + " -fprofile-i…
63 config.substitutions.append( ("%clangxx_pgogen ", build_invocation(clang_cxxflags) + " -fprofile-ge…
64 config.substitutions.append( ("%clangxx_pgogen=", build_invocation(clang_cxxflags) + " -fprofile-ge…
66 config.substitutions.append( ("%clang_profgen_gcc=", build_invocation(clang_cflags) + " -fprofile-g…
67 config.substitutions.append( ("%clang_profuse_gcc=", build_invocation(clang_cflags) + " -fprofile-u…
69 config.substitutions.append( ("%clang_profuse=", build_invocation(clang_cflags) + " -fprofile-instr…
70 config.substitutions.append( ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-i…
72 config.substitutions.append( ("%clang_lto_profgen=", build_invocation(clang_cflags, True) + " -fpro…