Home
last modified time | relevance | path

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

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