type golang.org/x/tools/internal/pkgbits.PkgEncoder

9 uses

	golang.org/x/tools/internal/pkgbits (current package)
		encoder.go#L26: type PkgEncoder struct {
		encoder.go#L41: func (pw *PkgEncoder) SyncMarkers() bool { return pw.syncFrames >= 0 }
		encoder.go#L50: func NewPkgEncoder(syncFrames int) PkgEncoder {
		encoder.go#L51: 	return PkgEncoder{
		encoder.go#L59: func (pw *PkgEncoder) DumpTo(out0 io.Writer) (fingerprint [8]byte) {
		encoder.go#L109: func (pw *PkgEncoder) StringIdx(s string) Index {
		encoder.go#L124: func (pw *PkgEncoder) NewEncoder(k RelocKind, marker SyncMarker) Encoder {
		encoder.go#L134: func (pw *PkgEncoder) NewEncoderRaw(k RelocKind) Encoder {
		encoder.go#L148: 	p *PkgEncoder