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

/openbsd-current/gnu/llvm/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.getName() == "__cfstring")
35 if (SMO.getSegmentName() == "__DATA" && SMO.getName() == "__objc_classrefs")
38 switch (SMO.getType()) {
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp178 const MachineMemOperand &SMO = getStoreTarget(SI); local
179 if (!SMO.getValue())
182 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo());

Completed in 157 milliseconds