func go/types.SizesFor

3 uses

	go/types (current package)
		sizes.go#L194: func SizesFor(compiler, arch string) Sizes {
		sizes.go#L212: var stdSizes = SizesFor("gc", "amd64")

	golang.org/x/tools/go/internal/packagesdriver
		sizes.go#L48: 	return types.SizesFor(compiler, goarch), nil