Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/base/
Dhashdebug.go28 type HashDebug struct { struct
29 mu sync.Mutex // for logfile, posTmp, bytesTmp
30 name string // base name of the flag/variable.
33 logfile io.Writer
34 posTmp []src.Pos
35 bytesTmp bytes.Buffer
36 matches []hashAndMask // A hash matches if one of these matches.
37 excludes []hashAndMask // explicitly excluded hash suffixes
38 bisect *bisect.Matcher
39 fileSuffixOnly bool // for Pos hashes, remove the directory prefix.
[all …]