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

References

lib/MC/MachObjectWriter.cpp
 1021           uint32_t Flags = MachO::INDIRECT_SYMBOL_LOCAL;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1186                                             llvm::MachO::INDIRECT_SYMBOL_LOCAL);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4602               if (stub_sym_id & (INDIRECT_SYMBOL_ABS | INDIRECT_SYMBOL_LOCAL))
tools/llvm-objdump/MachODump.cpp
  706     if (indirect_symbol == MachO::INDIRECT_SYMBOL_LOCAL) {
  711         (MachO::INDIRECT_SYMBOL_LOCAL | MachO::INDIRECT_SYMBOL_ABS)) {