Home | History | Annotate | Download | only in Hexagon

Lines Matching full:kind

74                        SectionKind Kind) const {
80 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) {
89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
93 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
95 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);