Searched refs:SMO (Results 1 – 4 of 4) sorted by relevance
23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols() local29 if (SMO.getType() == MachO::S_CSTRING_LITERALS) in isSectionAtomizableBySymbols()32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()35 if (SMO.getSegmentName() == "__DATA" && in isSectionAtomizableBySymbols()36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()39 switch (SMO.getType()) { in isSectionAtomizableBySymbols()
176 const MachineMemOperand &SMO = getStoreTarget(SI); in instrAliased() local177 if (!SMO.getValue()) in instrAliased()180 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo()); in instrAliased()
766 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel() local767 if (SMO.hasAttribute(MachO::S_ATTR_NO_DEAD_STRIP)) in canUsePrivateLabel()
9686 "RU-SMO",21109 "SMO",