Home
last modified time | relevance | path

Searched refs:compile_flags (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm-project/libcxx/utils/libcxx/test/
Dconfig.py207 compile_flags = _prefixed_env_list('INCLUDE', '-isystem')
212 compile_flags=compile_flags,
269 self.cxx.compile_flags += shlex.split(compile_flags_str)
271 self.cxx.compile_flags += ['-D_CRT_SECURE_NO_WARNINGS']
274 self.cxx.compile_flags += ['-D_CRT_NONSTDC_NO_WARNINGS']
278 self.cxx.compile_flags += ['-DNOMINMAX']
281 self.cxx.compile_flags += shlex.split(additional_flags)
286 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags)
305 self.cxx.compile_flags += ['-D_DEBUG']
312 self.cxx.compile_flags += ['-I' + support_path]
[all …]
/external/libcxxabi/test/libcxxabi/test/
Dconfig.py53 self.cxx.compile_flags += [
58 self.cxx.compile_flags += ['-funwind-tables']
60 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBCXXABI_HAS_NO_EXCEPTIONS']
62 self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS']
74 self.cxx.compile_flags += ['-nostdinc++']
78 self.cxx.compile_flags += ['-I' + cxx_headers]
86 self.cxx.compile_flags += ['-I' + libcxxabi_headers]
93 self.cxx.compile_flags += ['-I' + libunwind_headers]
/external/llvm-project/libcxxabi/test/libcxxabi/test/
Dconfig.py47 self.cxx.compile_flags += [
52 self.cxx.compile_flags += ['-funwind-tables']
54 self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS']
66 self.cxx.compile_flags += ['-nostdinc++']
70 self.cxx.compile_flags += ['-I' + cxx_headers]
78 self.cxx.compile_flags += ['-I' + libcxxabi_headers]
85 self.cxx.compile_flags += ['-I' + libunwind_headers]
/external/libcxx/utils/libcxx/test/
Dconfig.py166 % self.cxx.compile_flags)
258 compile_flags = _prefixed_env_list('INCLUDE', '-isystem')
263 compile_flags=compile_flags,
349 self.cxx.compile_flags += ['-Werror=thread-safety']
493 self.cxx.compile_flags += shlex.split(compile_flags_str)
496 self.cxx.compile_flags += ['-D_CRT_SECURE_NO_WARNINGS']
500 self.cxx.compile_flags += ['-DNOMINMAX']
503 self.cxx.compile_flags += shlex.split(additional_flags)
533 self.cxx.compile_flags += ['-std={0}'.format(std)]
539 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags)
[all …]
/external/llvm-project/libunwind/test/libunwind/test/
Dconfig.py42 self.cxx.compile_flags += ['-DLIBUNWIND_NO_TIMER']
45 self.cxx.compile_flags += ['-funwind-tables']
50 self.cxx.compile_flags += ['-D_LIBUNWIND_HAS_NO_THREADS']
63 self.cxx.compile_flags += ['-I' + libunwind_headers]
/external/llvm-project/compiler-rt/test/dfsan/
Dlit.cfg.py15 def build_invocation(compile_flags): argument
16 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/gwp_asan/
Dlit.cfg.py26 def build_invocation(compile_flags): argument
27 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/ubsan_minimal/
Dlit.common.cfg.py18 def build_invocation(compile_flags): argument
19 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/msan/
Dlit.cfg.py31 def build_invocation(compile_flags): argument
32 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/dfsan/
Dlit.cfg15 def build_invocation(compile_flags):
16 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/hwasan/
Dlit.cfg.py31 def build_invocation(compile_flags): argument
32 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/scudo/
Dlit.cfg.py36 def build_invocation(compile_flags): argument
37 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/scudo/
Dlit.cfg30 def build_invocation(compile_flags):
31 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/xray/
Dlit.cfg.py24 def build_invocation(compile_flags): argument
25 return ' ' + ' '.join([config.clang] + compile_flags) + ' '
/external/libcxx/test/libcxx/ndk/test/
Dconfig.py44 self.compile_flags + ['-c', '-o', '%OUT%', '%SOURCE%'])
46 ['-o', '%OUT%', '%SOURCE%'] + self.compile_flags + self.link_flags)
/external/libcxx/utils/libcxx/
Dcompiler.py21 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument
30 self.compile_flags = list(compile_flags or [])
130 cmd += self.compile_flags
251 self.compile_flags += flags
/external/compiler-rt/test/msan/
Dlit.cfg23 def build_invocation(compile_flags):
24 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/ubsan/
Dlit.common.cfg.py55 def build_invocation(compile_flags): argument
56 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/sanitizer_common/
Dlit.common.cfg.py60 def build_invocation(compile_flags): argument
61 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/cfi/
Dlit.cfg.py8 def build_invocation(compile_flags): argument
9 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/libcxx/utils/libcxx/
Dcompiler.py20 def __init__(self, config, path, flags=None, compile_flags=None, link_flags=None, argument
30 self.compile_flags = list(compile_flags or [])
131 cmd += self.compile_flags
269 self.compile_flags += flags
/external/llvm-project/compiler-rt/test/tsan/
Dlit.cfg.py70 def build_invocation(compile_flags): argument
71 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/esan/
Dlit.cfg23 def build_invocation(compile_flags):
24 return " " + " ".join([config.clang] + compile_flags) + " "
/external/llvm-project/compiler-rt/test/crt/
Dlit.cfg.py56 def build_invocation(compile_flags): argument
57 return ' ' + ' '.join([config.clang] + compile_flags) + ' '
/external/llvm-project/compiler-rt/test/memprof/
Dlit.cfg.py64 def build_invocation(compile_flags): argument
65 return ' ' + ' '.join([config.clang] + compile_flags) + ' '

123