Home
last modified time | relevance | path

Searched defs:DebugFlag (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/internal/objabi/
Dflag.go213 type DebugFlag struct { struct
214 tab map[string]debugField
215 …ol // this is non-nil only for compiler's DebugFlags, but only compiler has concurrent:ok fields
216 debugSSA DebugSSA // this is non-nil only for compiler's DebugFlags.
276 func (f *DebugFlag) Set(debugstr string) error {
378 func (f *DebugFlag) String() string {