Lines Matching refs:SectionKind

114 static SectionKind
115 getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
133 return SectionKind::getBSS(); in getELFKindForNamedSection()
139 return SectionKind::getThreadData(); in getELFKindForNamedSection()
145 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()
151 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
168 static unsigned getELFSectionFlags(SectionKind K) { in getELFSectionFlags()
205 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
225 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
244 SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
306 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
334 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
349 const DataLayout &DL, SectionKind Kind, const Constant *C) const { in getSectionForConstant()
503 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleFlags()
522 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
564 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
633 const DataLayout &DL, SectionKind Kind, const Constant *C) const { in getSectionForConstant()
776 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in getNameWithPrefix()
788 getCOFFSectionFlags(SectionKind K) { in getCOFFSectionFlags()
865 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
894 static const char *getCOFFSectionNameForUniqueGlobal(SectionKind Kind) { in getCOFFSectionNameForUniqueGlobal()
907 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
990 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()