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

References

include/llvm/ObjectYAML/MachOYAML.h
  243     ENUM_CASE(BIND_OPCODE_DONE)
lib/Object/MachOObjectFile.cpp
 3493     case MachO::BIND_OPCODE_DONE:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
 1231   _bindingInfo.append_byte(BIND_OPCODE_DONE);
 1254     _lazyBindingInfo.append_byte(BIND_OPCODE_DONE);
tools/obj2yaml/macho2yaml.cpp
  351     if (!Lazy && BindOp.Opcode == MachO::BIND_OPCODE_DONE)