Searched refs:sectionAttrs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h206 SectionAttr &sectionAttrs,
H A DMachONormalizedFileFromAtoms.cpp232 SectionAttr sectionAttrs; local
237 sectionType, sectionAttrs,
249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs,
310 SectionAttr sectionAttrs = 0; local
316 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS | S_ATTR_SOME_INSTRUCTIONS;
334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs,
H A DMachONormalizedFileToAtoms.cpp1594 SectionAttr &sectionAttrs,
1607 sectionAttrs = 0;
1610 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS;
1590 relocatableSectionInfoForContentType(DefinedAtom::ContentType atomType, StringRef &segmentName, StringRef &sectionName, SectionType &sectionType, SectionAttr &sectionAttrs, bool &relocsToDefinedCanBeImplicit) argument

Completed in 131 milliseconds