go/pkg/mod/github.com/mmcloughlin/[email protected]/attr/ztextflag.go

const NOPROF

const DUPOK

const NOSPLIT

const RODATA

const NOPTR

const WRAPPER

const NEEDCTXT

const TLSBSS

const NOFRAME

const REFLECTMETHOD

const TOPFRAME

var attrname

// NOPROF reports whether the NOPROF flag is set.
func (a Attribute) NOPROF() bool {}

// DUPOK reports whether the DUPOK flag is set.
func (a Attribute) DUPOK() bool {}

// NOSPLIT reports whether the NOSPLIT flag is set.
func (a Attribute) NOSPLIT() bool {}

// RODATA reports whether the RODATA flag is set.
func (a Attribute) RODATA() bool {}

// NOPTR reports whether the NOPTR flag is set.
func (a Attribute) NOPTR() bool {}

// WRAPPER reports whether the WRAPPER flag is set.
func (a Attribute) WRAPPER() bool {}

// NEEDCTXT reports whether the NEEDCTXT flag is set.
func (a Attribute) NEEDCTXT() bool {}

// TLSBSS reports whether the TLSBSS flag is set.
func (a Attribute) TLSBSS() bool {}

// NOFRAME reports whether the NOFRAME flag is set.
func (a Attribute) NOFRAME() bool {}

// REFLECTMETHOD reports whether the REFLECTMETHOD flag is set.
func (a Attribute) REFLECTMETHOD() bool {}

// TOPFRAME reports whether the TOPFRAME flag is set.
func (a Attribute) TOPFRAME() bool {}