Lines Matching refs:SectionKind

113 static SectionKind
114 getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
123 return SectionKind::getMetadata(); in getELFKindForNamedSection()
136 return SectionKind::getBSS(); in getELFKindForNamedSection()
142 return SectionKind::getThreadData(); in getELFKindForNamedSection()
148 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()
154 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
171 static unsigned getELFSectionFlags(SectionKind K) { in getELFSectionFlags()
208 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
228 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
247 SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
313 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
341 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
356 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()
526 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleFlags()
545 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
587 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
656 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()
798 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in getNameWithPrefix()
810 getCOFFSectionFlags(SectionKind K, const TargetMachine &TM) { in getCOFFSectionFlags()
889 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
916 static const char *getCOFFSectionNameForUniqueGlobal(SectionKind Kind) { in getCOFFSectionNameForUniqueGlobal()
929 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
1016 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()