Lines Matching defs:build_invocation

68 def build_invocation(compile_flags, with_lto=False):
91 config.substitutions.append(("%clang ", build_invocation(clang_cflags)))
92 config.substitutions.append(("%clangxx ", build_invocation(clang_cxxflags)))
95 ("%clang_profgen ", build_invocation(clang_cflags) + " -fprofile-instr-generate ")
98 ("%clang_profgen=", build_invocation(clang_cflags) + " -fprofile-instr-generate=")
103 build_invocation(clang_cflags)
111 build_invocation(clang_cxxflags) + " -fprofile-instr-generate ",
117 build_invocation(clang_cxxflags) + " -fprofile-instr-generate=",
122 ("%clang_pgogen ", build_invocation(clang_cflags) + " -fprofile-generate ")
125 ("%clang_pgogen=", build_invocation(clang_cflags) + " -fprofile-generate=")
130 build_invocation(clang_cflags)
136 ("%clangxx_pgogen ", build_invocation(clang_cxxflags) + " -fprofile-generate ")
139 ("%clangxx_pgogen=", build_invocation(clang_cxxflags) + " -fprofile-generate=")
144 build_invocation(clang_cxxflags)
151 ("%clang_cspgogen ", build_invocation(clang_cflags) + " -fcs-profile-generate ")
154 ("%clang_cspgogen=", build_invocation(clang_cflags) + " -fcs-profile-generate=")
157 ("%clangxx_cspgogen ", build_invocation(clang_cxxflags) + " -fcs-profile-generate ")
160 ("%clangxx_cspgogen=", build_invocation(clang_cxxflags) + " -fcs-profile-generate=")
164 ("%clang_profuse=", build_invocation(clang_cflags) + " -fprofile-instr-use=")
167 ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-instr-use=")
171 ("%clang_pgouse=", build_invocation(clang_cflags) + " -fprofile-use=")
174 ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-instr-use=")
180 build_invocation(clang_cflags, True) + " -fprofile-instr-generate=",