Lines Matching refs:sectionName
58 StringRef sectionName; member
80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo()
85 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()
230 StringRef sectionName; in getRelocatableSection() local
236 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection()
242 if (sect.second->sectionName.equals(sectionName) && in getRelocatableSection()
249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
261 StringRef sectionName; member
327 if (sect.second->sectionName.equals(p.sectionName) && in getFinalSection()
334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()
496 return llvm::StringSwitch<unsigned>(sect->sectionName) in weight()
618 << ", section-name='" << si->sectionName in assignAddressesToSections()
644 normSect->sectionName = si->sectionName; in appendSection()