golang.org/x/tools/internal/pkgbits.PkgEncoder.StringIdx (method)

3 uses

	golang.org/x/tools/internal/pkgbits (current package)
		encoder.go#L109: func (pw *PkgEncoder) StringIdx(s string) Index {
		encoder.go#L250: 		w.rawUvarint(uint64(w.rawReloc(RelocString, w.p.StringIdx(frame))))
		encoder.go#L324: 	w.Reloc(RelocString, w.p.StringIdx(s))