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

References

lib/MC/MCAsmInfoDarwin.cpp
   54   case MachO::S_INTERPOSING:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  302   ENTRY("__DATA", "__interposing",    S_INTERPOSING,      typeInterposingTuples),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
   88   ENTRY("__DATA", "__interposing",    S_INTERPOSING,      typeInterposingTuples),
   96   ENTRY("",       "",                 S_INTERPOSING,      typeInterposingTuples),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  201                         llvm::MachO::S_INTERPOSING);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1505   case S_INTERPOSING: // section with only pairs of function pointers for
 4147             case S_INTERPOSING:
tools/llvm-objdump/MachODump.cpp
 8703     else if (section_type == MachO::S_INTERPOSING)
tools/llvm-readobj/MachODumper.cpp
  231   { "Interposing"                    , MachO::S_INTERPOSING },