Home
last modified time | relevance | path

Searched refs:gccCompilerIDCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dexec.go2561 if id, ok := b.gccCompilerIDCache[compiler]; ok {
2636 if b.gccCompilerIDCache == nil {
2637 b.gccCompilerIDCache = make(map[string]cache.ActionID)
2639 b.gccCompilerIDCache[compiler] = id
Daction.go42 gccCompilerIDCache map[string]cache.ActionID // cache for gccCompilerID member