Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go166 type LocalOrGlobalFlags struct { struct
167 CommonFlags []string // Flags that apply to C, C++, and assembly source files
168 AsFlags []string // Flags that apply to assembly source files
169 YasmFlags []string // Flags that apply to yasm assembly source files
170 CFlags []string // Flags that apply to C and C++ source files
171 …ingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools
172 ConlyFlags []string // Flags that apply to C source files
173 CppFlags []string // Flags that apply to C++ source files
174 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools
175 LdFlags []string // Flags that apply to linker command lines