Searched refs:clang_cxxflags (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/profile/ |
D | lit.cfg.py | 43 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/ |
D | lit.common.cfg.py | 60 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/ |
D | lit.common.cfg | 33 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/ |
D | lit.cfg | 50 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/ |
D | lit.cfg.py | 13 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/ |
D | lit.common.cfg.py | 58 clang_cxxflags = config.cxx_mode_flags + clang_cflags variable 64 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
|
/external/compiler-rt/test/sanitizer_common/ |
D | lit.common.cfg | 39 clang_cxxflags = config.cxx_mode_flags + clang_cflags 45 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
|