Searched refs:SMO (Results 1 – 5 of 5) 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()
409 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section); in doesSectionRequireSymbols() local410 return SMO.getType() == MCSectionMachO::S_CSTRING_LITERALS; in doesSectionRequireSymbols()414 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section); in isSectionAtomizable() local416 switch (SMO.getType()) { in isSectionAtomizable()
788 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel() local789 if (SMO.hasAttribute(MachO::S_ATTR_NO_DEAD_STRIP)) in canUsePrivateLabel()
22254 "SMO",