Searched defs:SectionAttrs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp116 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; local
117 if (SectionAttrs == 0) {
129 SectionAttrs != 0 && SectionAttrDescriptors[i].AttrFlag;
132 if ((SectionAttrDescriptors[i].AttrFlag & SectionAttrs) == 0)
136 SectionAttrs &= ~SectionAttrDescriptors[i].AttrFlag;
146 assert(SectionAttrs == 0 && "Unknown section attributes!");
235 SmallVector<StringRef, 1> SectionAttrs; local
236 Attrs.split(SectionAttrs, "+", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
238 for (StringRef &SectionAttr : SectionAttrs) {

Completed in 86 milliseconds