reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 if (SMO.getType() == MachO::S_CSTRING_LITERALS) 39 switch (SMO.getType()) {lib/MC/MCParser/DarwinAsmParser.cpp
554 MachO::SectionType SectionType = Current->getType();
lib/MC/MCSectionMachO.cpp115 MachO::SectionType SectionType = getType(); 172 return (getType() == MachO::S_ZEROFILL || 173 getType() == MachO::S_GB_ZEROFILL || 174 getType() == MachO::S_THREAD_LOCAL_ZEROFILL);lib/MC/MachObjectWriter.cpp
491 if (Section.getType() != MachO::S_NON_LAZY_SYMBOL_POINTERS && 492 Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && 493 Section.getType() != MachO::S_THREAD_LOCAL_VARIABLE_POINTERS && 494 Section.getType() != MachO::S_SYMBOL_STUBS) { 507 if (Section.getType() != MachO::S_NON_LAZY_SYMBOL_POINTERS && 508 Section.getType() != MachO::S_THREAD_LOCAL_VARIABLE_POINTERS) 523 if (Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && 524 Section.getType() != MachO::S_SYMBOL_STUBS) 1018 if (Section.getType() == MachO::S_NON_LAZY_SYMBOL_POINTERS) {lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
138 if (RefSec.getType() == MachO::S_CSTRING_LITERALS)