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 {
95 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
120 func (binary *binaryDecorator) compilerProps() []interface{} {
126 func (binary *binaryDecorator) nativeCoverage() bool {
130 func (binary *binaryDecorator) preferRlib() bool {
134 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
157 func (binary *binaryDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
171 func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
180 func (binary *binaryDecorator) binary() bool {
184 func (binary *binaryDecorator) staticallyLinked() bool {
188 func (binary *binaryDecorator) testBinary() bool {