Home
last modified time | relevance | path

Searched refs:Stripper (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/
Dstrip.go24 type Stripper struct { struct
25 cc.Stripper argument
30 func (s *Stripper) StripExecutableOrSharedLib(ctx ModuleContext, in android.Path, out android.Modul… argument
32 s.Stripper.StripExecutableOrSharedLib(ctx, in, out, ccFlags)
Dlibrary.go96 stripper Stripper
/build/soong/cc/
Dstrip.go48 type Stripper struct { struct
53 func (stripper *Stripper) NeedsStrip(actx android.ModuleContext) bool { argument
62 func (stripper *Stripper) strip(actx android.ModuleContext, in android.Path, out android.ModuleOutP… argument
86 func (stripper *Stripper) StripExecutableOrSharedLib(actx android.ModuleContext, in android.Path, argument
94 func (stripper *Stripper) StripStaticLib(actx android.ModuleContext, in android.Path, out android.M… argument
Dtoolchain_library.go39 stripper Stripper
Dbinary.go88 stripper Stripper
Dlibrary.go478 stripper Stripper