Lines Matching refs:sectionName
59 StringRef sectionName; member
81 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo()
86 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()
231 StringRef sectionName; in getRelocatableSection() local
237 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection()
243 if (sect.second->sectionName.equals(sectionName) && in getRelocatableSection()
250 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
262 StringRef sectionName; member
328 if (sect.second->sectionName.equals(p.sectionName) && in getFinalSection()
335 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()
497 return llvm::StringSwitch<unsigned>(sect->sectionName) in weight()
618 << ", section-name='" << si->sectionName in assignAddressesToSections()
644 normSect->sectionName = si->sectionName; in appendSection()