/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | pkg.go | 18 type Pkg struct { struct 19 Path string // string literal used in import statement, e.g. "runtime/internal/sys" 20 Name string // package name, e.g. "sys" 21 Prefix string // escaped path for use in symbol table 22 Syms map[string]*Sym 23 Pathsym *obj.LSym 25 Direct bool // imported directly 65 func (pkg *Pkg) Lookup(name string) *Sym { 71 func (pkg *Pkg) LookupOK(name string) (s *Sym, existed bool) { 88 func (pkg *Pkg) LookupBytes(name []byte) *Sym { [all …]
|
D | size.go | 198 func isAtomicStdPkg(p *Pkg) bool {
|
D | sym.go | 31 Pkg *Pkg member
|
D | fmt.go | 126 func pkgqual(pkg *Pkg, verb rune, mode fmtMode) string {
|
D | type.go | 1920 func IsNoInstrumentPkg(p *Pkg) bool { 1926 func IsNoRacePkg(p *Pkg) bool { 1931 func IsRuntimePkg(p *Pkg) bool {
|
/prebuilts/go/linux-x86/src/cmd/cover/ |
D | func.go | 172 type Pkg struct { struct 173 ImportPath string 174 Dir string 175 Error *struct { 226 func findFile(pkgs map[string]*Pkg, file string) (string, error) {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | unified.go | 81 func lookupFunction(pkg *types.Pkg, symName string) (*ir.Func, error) { 103 func lookupMethod(pkg *types.Pkg, symName string) (*ir.Func, error) { 402 func readPackage(pr *pkgReader, importpkg *types.Pkg, localStub bool) {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/reflectdata/ |
D | reflect.go | 404 func dimportpath(p *types.Pkg) { 427 func dgopkgpath(c rttype.Cursor, pkg *types.Pkg) { 439 func dgopkgpathOff(c rttype.Cursor, pkg *types.Pkg) { 450 func dnameField(c rttype.Cursor, spkg *types.Pkg, ft *types.Field) { 459 func dnameData(s *obj.LSym, ot int, name, tag string, pkg *types.Pkg, exported, embedded bool) int { 511 func dname(name, tag string, pkg *types.Pkg, exported, embedded bool) *obj.LSym {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/devirtualize/ |
D | pgo_test.go | 91 func makeStructWithMethod(pkg *types.Pkg, structName, methName string) *ir.Func {
|
D | pgo.go | 27 Pkg string // base.Ctxt.Pkgpath member
|
/prebuilts/go/linux-x86/src/cmd/link/internal/sym/ |
D | library.go | 13 Pkg string member
|
/prebuilts/go/linux-x86/src/go/ast/ |
D | scope.go | 153 Pkg // package const
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | object.go | 23 …Pkg() *Package // package to which this object belongs; nil for labels and objects in the Univer… methodSpec 142 func (obj *object) Pkg() *Package { return obj.pkg } func 436 func (obj *Func) Pkg() *Package { return obj.object.Pkg() } func
|
D | scope.go | 290 func (*lazyObject) Pkg() *Package { panic("unreachable") } func
|
/prebuilts/go/linux-x86/src/go/types/ |
D | object.go | 26 …Pkg() *Package // package to which this object belongs; nil for labels and objects in the Univers… methodSpec 145 func (obj *object) Pkg() *Package { return obj.pkg } func 439 func (obj *Func) Pkg() *Package { return obj.object.Pkg() } func
|
D | scope.go | 293 func (*lazyObject) Pkg() *Package { panic("unreachable") } func
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/ |
D | analysis.go | 98 Pkg *types.Package // type information about the package member
|
/prebuilts/go/linux-x86/src/cmd/internal/goobj/ |
D | objfile.go | 252 Pkg string member 708 func (r *Reader) Pkg(i int) string { func
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/ |
D | expr.go | 1205 func LookupMethodSelector(pkg *types.Pkg, name string) (typ, meth *types.Sym, err error) {
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | link.go | 465 Pkg string member
|