Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake93 set(compile_flags ${global_flags} ${SOURCE_CFLAGS}) variable
95 set(compile_flags ${SOURCE_CFLAGS}) variable
/external/llvm-project/compiler-rt/test/dfsan/
Dlit.cfg.py15 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/msan/
Dlit.cfg.py31 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/gwp_asan/
Dlit.cfg.py26 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/xray/
Dlit.cfg.py24 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/ubsan_minimal/
Dlit.common.cfg.py18 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/cfi/
Dlit.cfg.py8 def build_invocation(compile_flags): argument
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake59 set(compile_flags ${global_flags} ${SOURCE_CFLAGS}) variable
/external/llvm-project/compiler-rt/test/scudo/
Dlit.cfg.py36 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/hwasan/
Dlit.cfg.py31 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/crt/
Dlit.cfg.py56 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/profile/
Dlit.cfg.py45 def build_invocation(compile_flags, with_lto = False): argument
/external/llvm-project/compiler-rt/test/tsan/
Dlit.cfg.py70 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/ubsan/
Dlit.common.cfg.py55 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/sanitizer_common/
Dlit.common.cfg.py60 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/memprof/
Dlit.cfg.py64 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/lsan/
Dlit.common.cfg.py68 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dlit.cfg.py86 def build_invocation(compile_flags): argument
/external/llvm-project/compiler-rt/test/asan/
Dlit.cfg.py126 def build_invocation(compile_flags): argument
/external/libcxx/utils/libcxx/
Dcompiler.py21 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument
/external/llvm-project/libcxx/utils/libcxx/
Dcompiler.py20 def __init__(self, config, path, flags=None, compile_flags=None, link_flags=None, argument
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh940 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags() function
1090 void compile_flags (const hb_aat_map_builder_t *mapper, in compile_flags() function
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py71 compile_flags = ['-O2', '-DNDEBUG'] variable