// IncludeTextFlagHeader includes textflag.h if necessary. func IncludeTextFlagHeader(f *ir.File) error { … } // requirestextflags returns whether the file uses flags in the textflags.h header. func requirestextflags(f *ir.File) bool { … }
// IncludeTextFlagHeader includes textflag.h if necessary. func IncludeTextFlagHeader(f *ir.File) error { … } // requirestextflags returns whether the file uses flags in the textflags.h header. func requirestextflags(f *ir.File) bool { … }