Home
last modified time | relevance | path

Searched refs:clang_cxxflags (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/test/profile/
Dlit.cfg.py43 clang_cxxflags = config.cxx_mode_flags + clang_cflags variable
55 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
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…
70 config.substitutions.append( ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-i…
/external/llvm-project/compiler-rt/test/lsan/
Dlit.common.cfg.py60 clang_cxxflags = config.cxx_mode_flags + clang_cflags variable
63 clang_lsan_cxxflags = clang_cxxflags + lsan_cflags + ["-I%s" % lsan_incdir]
66 config.clang_cxxflags = clang_cxxflags
72 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
/external/compiler-rt/test/lsan/
Dlit.common.cfg33 clang_cxxflags = config.cxx_mode_flags + clang_cflags
35 clang_lsan_cxxflags = clang_cxxflags + lsan_cflags
38 config.clang_cxxflags = clang_cxxflags
44 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
/external/compiler-rt/test/profile/
Dlit.cfg50 clang_cxxflags = config.cxx_mode_flags + clang_cflags
57 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
61 config.substitutions.append( ("%clangxx_profgen ", build_invocation(clang_cxxflags) + " -fprofile-i…
62 config.substitutions.append( ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-i…
/external/llvm-project/compiler-rt/test/hwasan/
Dlit.cfg.py13 clang_cxxflags = config.cxx_mode_flags + clang_cflags variable
34 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
/external/llvm-project/compiler-rt/test/sanitizer_common/
Dlit.common.cfg.py58 clang_cxxflags = config.cxx_mode_flags + clang_cflags variable
64 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg39 clang_cxxflags = config.cxx_mode_flags + clang_cflags
45 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )