Lines Matching defs:binaryDecorator
40 type binaryDecorator struct { struct
41 *baseCompiler
42 stripper Stripper
44 Properties BinaryCompilerProperties
72 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
117 func (binary *binaryDecorator) compilerProps() []interface{} {
123 func (binary *binaryDecorator) nativeCoverage() bool {
127 func (binary *binaryDecorator) preferRlib() bool {
131 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
157 func (binary *binaryDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
168 func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
175 func (binary *binaryDecorator) binary() bool {
179 func (binary *binaryDecorator) staticallyLinked() bool {
183 func (binary *binaryDecorator) testBinary() bool {