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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 340 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
341 return (SMO.getType() == MachO::S_CSTRING_LITERALS ||
342 SMO.getType() == MachO::S_4BYTE_LITERALS ||
343 SMO.getType() == MachO::S_8BYTE_LITERALS ||
344 SMO.getType() == MachO::S_16BYTE_LITERALS ||
345 SMO.getType() == MachO::S_LITERAL_POINTERS ||
346 (SMO.getSegmentName() == "__TEXT" &&
347 (SMO.getSectionName() == "__eh_frame" ||
348 SMO.getSectionName() == "__ustring")) ||
349 (SMO.getSegmentName() == "__DATA" &
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 558 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
565 if (SMO.getKind().isMergeable1ByteCString())
568 if (SMO.getSegmentName() == "__DATA" &&
569 SMO.getSectionName() == "__cfstring")
572 switch (SMO.getType()) {
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 771 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
772 return SMO.getType() == MachO::S_CSTRING_LITERALS;
776 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
778 switch (SMO.getType()) {

Completed in 4480 milliseconds