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

References

tools/obj2yaml/macho2yaml.cpp
  308     BindOp.Opcode =
  310     BindOp.Imm = *OpCode & MachO::BIND_IMMEDIATE_MASK;
  316     switch (BindOp.Opcode) {
  319       BindOp.ULEBExtraData.push_back(ULEB);
  329       BindOp.ULEBExtraData.push_back(ULEB);
  335       BindOp.SLEBExtraData.push_back(SLEB);
  340       BindOp.Symbol = ReadStringRef(OpCode + 1);
  341       OpCode += BindOp.Symbol.size() + 1;
  347     BindOpcodes.push_back(BindOp);
  351     if (!Lazy && BindOp.Opcode == MachO::BIND_OPCODE_DONE)