Home
last modified time | relevance | path

Searched defs:Flags (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dflags.h26 struct Flags { struct
27 bool detect_android_echo;
28 bool detect_depfiles;
29 bool dump_kati_stamp;
30 bool enable_kati_warnings;
31 bool enable_stat_logs;
32 bool gen_all_targets;
33 bool generate_ninja;
57 extern Flags g_flags; argument
/build/soong/cc/
Dcc.go195 type Flags struct { struct
196 GlobalFlags []string // Flags that apply to C, C++, and assembly source files
197 AsFlags []string // Flags that apply to assembly source files
198 CFlags []string // Flags that apply to C and C++ source files
199 ConlyFlags []string // Flags that apply to C source files
200 CppFlags []string // Flags that apply to C++ source files
201 YaccFlags []string // Flags that apply to Yacc source files
202 LdFlags []string // Flags that apply to linker command lines
204 Nocrt bool
205 Toolchain Toolchain
[all …]
Dutil.go75 func flagsToBuilderFlags(in Flags) builderFlags {