Home
last modified time | relevance | path

Searched defs:Pkg (Results 1 – 20 of 20) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dpkg.go18 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 …]
Dsize.go198 func isAtomicStdPkg(p *Pkg) bool {
Dsym.go31 Pkg *Pkg member
Dfmt.go126 func pkgqual(pkg *Pkg, verb rune, mode fmtMode) string {
Dtype.go1920 func IsNoInstrumentPkg(p *Pkg) bool {
1926 func IsNoRacePkg(p *Pkg) bool {
1931 func IsRuntimePkg(p *Pkg) bool {
/prebuilts/go/linux-x86/src/cmd/cover/
Dfunc.go172 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/
Dunified.go81 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/
Dreflect.go404 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/
Dpgo_test.go91 func makeStructWithMethod(pkg *types.Pkg, structName, methName string) *ir.Func {
Dpgo.go27 Pkg string // base.Ctxt.Pkgpath member
/prebuilts/go/linux-x86/src/cmd/link/internal/sym/
Dlibrary.go13 Pkg string member
/prebuilts/go/linux-x86/src/go/ast/
Dscope.go153 Pkg // package const
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dobject.go23Pkg() *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
Dscope.go290 func (*lazyObject) Pkg() *Package { panic("unreachable") } func
/prebuilts/go/linux-x86/src/go/types/
Dobject.go26Pkg() *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
Dscope.go293 func (*lazyObject) Pkg() *Package { panic("unreachable") } func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/
Danalysis.go98 Pkg *types.Package // type information about the package member
/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go252 Pkg string member
708 func (r *Reader) Pkg(i int) string { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go1205 func LookupMethodSelector(pkg *types.Pkg, name string) (typ, meth *types.Sym, err error) {
/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go465 Pkg string member