/llvm-project/compiler-rt/cmake/Modules/ |
H A D | CompilerRTCompile.cmake | 99 set(compile_flags ${global_flags} ${SOURCE_CFLAGS}) variable 101 set(compile_flags ${SOURCE_CFLAGS}) variable
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | lit.cfg.py | 17 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/msan/ |
H A D | lit.cfg.py | 36 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/ubsan_minimal/ |
H A D | lit.common.cfg.py | 22 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/xray/ |
H A D | lit.cfg.py | 25 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/scudo/ |
H A D | lit.cfg.py | 42 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/cfi/ |
H A D | lit.cfg.py | 9 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/hwasan/ |
H A D | lit.cfg.py | 49 build_invocation(compile_flags) global() argument
|
/llvm-project/compiler-rt/test/gwp_asan/ |
H A D | lit.cfg.py | 43 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/orc/ |
H A D | lit.cfg.py | 38 build_invocation(compile_flags) global() argument
|
/llvm-project/compiler-rt/test/asan_abi/ |
H A D | lit.cfg.py | 54 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | lit.cfg.py | 81 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/ubsan/ |
H A D | lit.common.cfg.py | 60 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/profile/ |
H A D | lit.cfg.py | 65 build_invocation(compile_flags, with_lto=False) global() argument
|
/llvm-project/compiler-rt/test/memprof/ |
H A D | lit.cfg.py | 66 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/sanitizer_common/ |
H A D | lit.common.cfg.py | 77 build_invocation(compile_flags) global() argument
|
/llvm-project/compiler-rt/test/lsan/ |
H A D | lit.common.cfg.py | 83 def build_invocation(compile_flags): argument
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | lit.cfg.py | 165 build_invocation(compile_flags) global() argument
|
/llvm-project/compiler-rt/test/asan/ |
H A D | lit.cfg.py | 104 def build_invocation(compile_flags, with_lto=False): argument
|