reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/DarwinAsmParser.cpp
  270                               MachO::S_SYMBOL_STUBS |
  278                               MachO::S_SYMBOL_STUBS |
  558       SectionType != MachO::S_SYMBOL_STUBS)
lib/MC/MCSectionMachO.cpp
  240     if (TAA == MachO::S_SYMBOL_STUBS)
  265     if (TAA == MachO::S_SYMBOL_STUBS)
  272   if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS)
lib/MC/MachObjectWriter.cpp
  494         Section.getType() != MachO::S_SYMBOL_STUBS) {
  524         Section.getType() != MachO::S_SYMBOL_STUBS)
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1640                                       MachO::S_SYMBOL_STUBS |
 1646                                       MachO::S_SYMBOL_STUBS |
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  616   if (sect.type != S_SYMBOL_STUBS)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  275   ENTRY("__TEXT", "__stubs",          S_SYMBOL_STUBS,     typeStub),
 1205     case llvm::MachO::S_SYMBOL_STUBS:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  191                         llvm::MachO::S_SYMBOL_STUBS);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1492   case S_SYMBOL_STUBS: // section with only symbol stubs, byte size of stub in
 4137             case S_SYMBOL_STUBS:
 4578             S_SYMBOL_STUBS) {
tools/llvm-objdump/MachODump.cpp
  745             section_type == MachO::S_SYMBOL_STUBS) {
  747           if (section_type == MachO::S_SYMBOL_STUBS)
  773             section_type == MachO::S_SYMBOL_STUBS) {
  775           if (section_type == MachO::S_SYMBOL_STUBS)
 3082              section_type == MachO::S_SYMBOL_STUBS) &&
 3086           if (section_type == MachO::S_SYMBOL_STUBS)
 3113              section_type == MachO::S_SYMBOL_STUBS) &&
 3117           if (section_type == MachO::S_SYMBOL_STUBS)
 8695     else if (section_type == MachO::S_SYMBOL_STUBS)
 8749   if (section_type == MachO::S_SYMBOL_STUBS ||
 8758   if (section_type == MachO::S_SYMBOL_STUBS)
tools/llvm-readobj/MachODumper.cpp
  226   { "SymbolStubs"                    , MachO::S_SYMBOL_STUBS },
tools/sancov/sancov.cpp
  617         if (SectionType == MachO::S_SYMBOL_STUBS) {