Home
last modified time | relevance | path

Searched defs:compile_flags (Results 1 – 19 of 19) sorted by relevance

/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTCompile.cmake99 set(compile_flags ${global_flags} ${SOURCE_CFLAGS}) variable
101 set(compile_flags ${SOURCE_CFLAGS}) variable
/llvm-project/compiler-rt/test/dfsan/
H A Dlit.cfg.py17 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/msan/
H A Dlit.cfg.py36 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/ubsan_minimal/
H A Dlit.common.cfg.py22 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/xray/
H A Dlit.cfg.py25 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/scudo/
H A Dlit.cfg.py42 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/cfi/
H A Dlit.cfg.py9 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/hwasan/
H A Dlit.cfg.py49 build_invocation(compile_flags) global() argument
/llvm-project/compiler-rt/test/gwp_asan/
H A Dlit.cfg.py43 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/orc/
H A Dlit.cfg.py38 build_invocation(compile_flags) global() argument
/llvm-project/compiler-rt/test/asan_abi/
H A Dlit.cfg.py54 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/tsan/
H A Dlit.cfg.py81 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/ubsan/
H A Dlit.common.cfg.py60 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/profile/
H A Dlit.cfg.py65 build_invocation(compile_flags, with_lto=False) global() argument
/llvm-project/compiler-rt/test/memprof/
H A Dlit.cfg.py66 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/sanitizer_common/
H A Dlit.common.cfg.py77 build_invocation(compile_flags) global() argument
/llvm-project/compiler-rt/test/lsan/
H A Dlit.common.cfg.py83 def build_invocation(compile_flags): argument
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dlit.cfg.py165 build_invocation(compile_flags) global() argument
/llvm-project/compiler-rt/test/asan/
H A Dlit.cfg.py104 def build_invocation(compile_flags, with_lto=False): argument