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

References

lib/ObjectYAML/MachOEmitter.cpp
  328     uint8_t OpByte = Opcode.Opcode | Opcode.Imm;
lib/ObjectYAML/MachOYAML.cpp
  173   IO.mapRequired("Opcode", BindOpcode.Opcode);
tools/obj2yaml/macho2yaml.cpp
  308     BindOp.Opcode =
  316     switch (BindOp.Opcode) {
  351     if (!Lazy && BindOp.Opcode == MachO::BIND_OPCODE_DONE)