HomeSort by relevance Sort by last modified time
    Searched refs:SMO (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmInfoDarwin.cpp 24 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
30 if (SMO.getType() == MachO::S_CSTRING_LITERALS)
33 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring")
36 if (SMO.getSegmentName() == "__DATA" &&
37 SMO.getSectionName() == "__objc_classrefs")
40 switch (SMO.getType()) {
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 176 const MachineMemOperand &SMO = getStoreTarget(SI);
177 if (!SMO.getValue())
180 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 178 const MachineMemOperand &SMO = getStoreTarget(SI);
179 if (!SMO.getValue())
182 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo());
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 409 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
410 return SMO.getType() == MCSectionMachO::S_CSTRING_LITERALS;
414 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
416 switch (SMO.getType()) {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 788 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section);
789 if (SMO.hasAttribute(MachO::S_ATTR_NO_DEAD_STRIP))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp     [all...]

Completed in 580 milliseconds