Lines Matching defs:Flags
48 type Flags struct { struct
49 GlobalRustFlags []string // Flags that apply globally to rust
50 GlobalLinkFlags []string // Flags that apply globally to linker
51 RustFlags []string // Flags that apply to rust
52 LinkFlags []string // Flags that apply to linker
53 ClippyFlags []string // Flags that apply to clippy-driver, during the linting
54 Toolchain config.Toolchain
55 Coverage bool
56 Clippy bool
277 compilerFlags(ctx ModuleContext, flags Flags) Flags
279 compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path