Home
last modified time | relevance | path

Searched refs:StripFlags (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/cc/
H A Dstrip.go63 flags StripFlags, isStaticLib bool) { argument
87 out android.ModuleOutPath, flags StripFlags) { argument
95 flags StripFlags) { argument
H A Dutil.go104 func flagsToStripFlags(in Flags) StripFlags {
105 return StripFlags{Toolchain: in.Toolchain}
H A Dbuilder.go400 type StripFlags struct { struct
995 outputFile android.WritablePath, flags StripFlags) { argument
/aosp12/build/soong/rust/
H A Dstrip.go31 ccFlags := cc.StripFlags{Toolchain: ctx.RustModule().ccToolchain(ctx)}