Searched defs:Flags (Results 1 – 3 of 3) sorted by relevance
26 struct Flags { struct27 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
195 type Flags struct { struct196 GlobalFlags []string // Flags that apply to C, C++, and assembly source files197 AsFlags []string // Flags that apply to assembly source files198 CFlags []string // Flags that apply to C and C++ source files199 ConlyFlags []string // Flags that apply to C source files200 CppFlags []string // Flags that apply to C++ source files201 YaccFlags []string // Flags that apply to Yacc source files202 LdFlags []string // Flags that apply to linker command lines204 Nocrt bool205 Toolchain Toolchain[all …]
75 func flagsToBuilderFlags(in Flags) builderFlags {