Home
last modified time | relevance | path

Searched defs:ReflectMethod (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go334 func (s *Sym) ReflectMethod() bool { return s.Flag()&SymFlagReflectMethod != 0 } func
/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go859 func (a *Attribute) ReflectMethod() bool { return a.load()&AttrReflectMethod != 0 } func