Lines Matching defs:binaryDecorator
34 type binaryDecorator struct { struct
35 *baseCompiler
36 stripper Stripper
38 Properties BinaryCompilerProperties
66 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
86 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
102 func (binary *binaryDecorator) compilerProps() []interface{} {
108 func (binary *binaryDecorator) nativeCoverage() bool {
112 func (binary *binaryDecorator) preferRlib() bool {
116 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
136 func (binary *binaryDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
147 func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
154 func (binary *binaryDecorator) isDependencyRoot() bool {