Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileFromAtoms.cpp232 SectionAttr sectionAttrs; in getRelocatableSection() local
237 sectionType, sectionAttrs, in getRelocatableSection()
249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
310 SectionAttr sectionAttrs = 0; in getFinalSection() local
316 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS | S_ATTR_SOME_INSTRUCTIONS; in getFinalSection()
334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()
HDMachONormalizedFileBinaryUtils.h206 SectionAttr &sectionAttrs,
HDMachONormalizedFileToAtoms.cpp1594 SectionAttr &sectionAttrs, in relocatableSectionInfoForContentType() argument
1607 sectionAttrs = 0; in relocatableSectionInfoForContentType()
1610 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS; in relocatableSectionInfoForContentType()