Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:SMO

340     const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
341 return (SMO.getType() == MachO::S_CSTRING_LITERALS ||
342 SMO.getType() == MachO::S_4BYTE_LITERALS ||
343 SMO.getType() == MachO::S_8BYTE_LITERALS ||
344 SMO.getType() == MachO::S_16BYTE_LITERALS ||
345 SMO.getType() == MachO::S_LITERAL_POINTERS ||
346 (SMO.getSegmentName() == "__TEXT" &&
347 (SMO.getSectionName() == "__eh_frame" ||
348 SMO.getSectionName() == "__ustring")) ||
349 (SMO.getSegmentName() == "__DATA" &&
350 (SMO.getSectionName() == "__cfstring" ||
351 SMO.getSectionName() == "__objc_classrefs" ||
352 SMO.getSectionName() == "__objc_catlist")));