Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SectionKind

77                                                     SectionKind::getDataRel(),
120 static SectionKind
121 getELFKindForNamedSection(StringRef Name, SectionKind K) {
139 return SectionKind::getBSS();
145 return SectionKind::getThreadData();
151 return SectionKind::getThreadBSS();
157 static unsigned getELFSectionType(StringRef Name, SectionKind K) {
176 getELFSectionFlags(SectionKind K) {
204 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
218 static const char *getSectionPrefixForGlobal(SectionKind Kind) {
237 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
331 getSectionForConstant(SectionKind Kind) const {
357 SectionKind::getDataRel());
362 SectionKind::getDataRel());
377 SectionKind::getDataRel());
382 SectionKind::getDataRel());
396 SectionKind::getDataRel());
401 SectionKind::getDataRel());
475 SectionKind::getDataNoRel());
485 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
524 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
588 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const {
687 getCOFFSectionFlags(SectionKind K) {
722 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
740 static const char *getCOFFSectionPrefixForUniqueGlobal(SectionKind Kind) {
757 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,