Lines Matching refs:SectionName
660 calcUniqueIDUpdateFlagsAndSize(const GlobalObject *GO, StringRef SectionName, in calcUniqueIDUpdateFlagsAndSize() argument
703 Ctx.isELFGenericMergeableSection(SectionName); in calcUniqueIDUpdateFlagsAndSize()
713 Ctx.getELFUniqueIDForEntsize(SectionName, Flags, EntrySize); in calcUniqueIDUpdateFlagsAndSize()
724 Ctx.isELFImplicitMergeableSectionNamePrefix(SectionName) && in calcUniqueIDUpdateFlagsAndSize()
725 SectionName.startswith(ImplicitSectionNameStem)) in calcUniqueIDUpdateFlagsAndSize()
737 StringRef SectionName = GO->getSection(); in selectExplicitSectionGlobal() local
746 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in selectExplicitSectionGlobal()
748 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in selectExplicitSectionGlobal()
750 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in selectExplicitSectionGlobal()
752 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in selectExplicitSectionGlobal()
757 SectionName = F->getFnAttribute("implicit-section-name").getValueAsString(); in selectExplicitSectionGlobal()
761 Kind = getELFKindForNamedSection(SectionName, Kind); in selectExplicitSectionGlobal()
774 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal()
779 SectionName, getELFSectionType(SectionName, Kind), Flags, EntrySize, in selectExplicitSectionGlobal()
798 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
1226 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
1230 SectionName = F->getFnAttribute("implicit-section-name").getValueAsString(); in getExplicitSectionGlobal()
1241 SectionName, Segment, Section, TAA, TAAParsed, StubSize)) { in getExplicitSectionGlobal()
2253 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
2259 SectionName, Kind, in getExplicitSectionGlobal()
2274 SectionName, Kind, XCOFF::CsectProperties(MappingClass, XCOFF::XTY_SD), in getExplicitSectionGlobal()