func golang.org/x/tools/internal/pkgbits.NewPkgDecoder

2 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L71: func NewPkgDecoder(pkgPath, input string) PkgDecoder {

	golang.org/x/tools/internal/gcimporter
		ureader.go#L78: 	input := pkgbits.NewPkgDecoder(path, s)