Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.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()
DMachONormalizedFileBinaryUtils.h206 SectionAttr &sectionAttrs,
DMachONormalizedFileToAtoms.cpp1596 SectionAttr &sectionAttrs, in relocatableSectionInfoForContentType() argument
1609 sectionAttrs = 0; in relocatableSectionInfoForContentType()
1612 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS; in relocatableSectionInfoForContentType()