Lines Matching defs:Flags
55 type Flags struct { struct
56 GlobalRustFlags []string // Flags that apply globally to rust
57 GlobalLinkFlags []string // Flags that apply globally to linker
58 RustFlags []string // Flags that apply to rust
59 LinkFlags []string // Flags that apply to linker
60 ClippyFlags []string // Flags that apply to clippy-driver, during the linting
61 RustdocFlags []string // Flags that apply to rustdoc
62 Toolchain config.Toolchain
63 Coverage bool
64 Clippy bool
401 compilerFlags(ctx ModuleContext, flags Flags) Flags
403 compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path
406 rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath
460 Flags []string member