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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  207                         llvm::MachO::S_LAZY_DYLIB_SYMBOL_POINTERS);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1512   case S_LAZY_DYLIB_SYMBOL_POINTERS:
 4157             case S_LAZY_DYLIB_SYMBOL_POINTERS:
tools/llvm-objdump/MachODump.cpp
  743             section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
  771             section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
 3080              section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
 3111              section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
 8707     else if (section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS)
 8751       section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
tools/llvm-readobj/MachODumper.cpp
  234   { "LazyDylibSymbolPointers"        , MachO::S_LAZY_DYLIB_SYMBOL_POINTERS },