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 {
160 func (binary *binaryDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
171 func (binary *binaryDecorator) stdLinkage(device bool) RustLinkage {
178 func (binary *binaryDecorator) binary() bool {
182 func (binary *binaryDecorator) staticallyLinked() bool {
186 func (binary *binaryDecorator) testBinary() bool {
190 …inary *binaryDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {