Searched refs:sectionAligned (Results 1 – 3 of 3) sorted by relevance
338 bool sectionAligned(StringRef seg, StringRef sect, uint16_t &align) const;
820 bool MachOLinkingContext::sectionAligned(StringRef seg, StringRef sect, in sectionAligned() function in lld::MachOLinkingContext
85 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()