Lines Matching defs:clang_cxxflags
54 clang_cxxflags = config.cxx_mode_flags + clang_cflags
92 config.substitutions.append(("%clangxx ", build_invocation(clang_cxxflags)))
111 build_invocation(clang_cxxflags) + " -fprofile-instr-generate ",
117 build_invocation(clang_cxxflags) + " -fprofile-instr-generate=",
136 ("%clangxx_pgogen ", build_invocation(clang_cxxflags) + " -fprofile-generate ")
139 ("%clangxx_pgogen=", build_invocation(clang_cxxflags) + " -fprofile-generate=")
144 build_invocation(clang_cxxflags)
157 ("%clangxx_cspgogen ", build_invocation(clang_cxxflags) + " -fcs-profile-generate ")
160 ("%clangxx_cspgogen=", build_invocation(clang_cxxflags) + " -fcs-profile-generate=")
167 ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-instr-use=")
174 ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-instr-use=")