Searched refs:sectionAttrs (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileFromAtoms.cpp | 232 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()
|
D | MachONormalizedFileBinaryUtils.h | 206 SectionAttr §ionAttrs,
|
D | MachONormalizedFileToAtoms.cpp | 1596 SectionAttr §ionAttrs, in relocatableSectionInfoForContentType() argument 1609 sectionAttrs = 0; in relocatableSectionInfoForContentType() 1612 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS; in relocatableSectionInfoForContentType()
|