Searched refs:SMO (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); local
29 if (SMO.getType() == MachO::S_CSTRING_LITERALS)
32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring")
35 if (SMO.getSegmentName() == "__DATA" &&
36 SMO.getSectionName() == "__objc_classrefs")
39 switch (SMO.getType()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp176 const MachineMemOperand &SMO = getStoreTarget(SI); local
177 if (!SMO.getValue())
180 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo());
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp409 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section); local
410 return SMO.getType() == MCSectionMachO::S_CSTRING_LITERALS;
414 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section); local
416 switch (SMO.getType()) {
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp788 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); local
789 if (SMO.hasAttribute(MachO::S_ATTR_NO_DEAD_STRIP))

Completed in 312 milliseconds