Searched refs:NeedsStrip (Results 1 – 8 of 8) sorted by relevance
53 func (stripper *Stripper) NeedsStrip(actx android.ModuleContext) bool { func
149 if p.stripper.NeedsStrip(ctx) {
157 if p.stripper.NeedsStrip(ctx) {470 if p.stripper.NeedsStrip(ctx) {
358 if binary.stripper.NeedsStrip(ctx) {390 if binary.stripper.NeedsStrip(ctx) {
1083 needsStrip := library.stripper.NeedsStrip(ctx)1109 if library.stripper.NeedsStrip(ctx) {
141 if binary.stripper.NeedsStrip(ctx) {
588 if !library.rlib() && !library.static() && library.stripper.NeedsStrip(ctx) {
33 # Keep this consistent with soong/cc/strip.go#NeedsStrip.