Lines Matching refs:BindOp
423 MachOYAML::BindOpcode BindOp; in dumpBindOpcodes() local
424 BindOp.Opcode = in dumpBindOpcodes()
426 BindOp.Imm = *OpCode & MachO::BIND_IMMEDIATE_MASK; in dumpBindOpcodes()
432 switch (BindOp.Opcode) { in dumpBindOpcodes()
435 BindOp.ULEBExtraData.push_back(ULEB); in dumpBindOpcodes()
445 BindOp.ULEBExtraData.push_back(ULEB); in dumpBindOpcodes()
451 BindOp.SLEBExtraData.push_back(SLEB); in dumpBindOpcodes()
456 BindOp.Symbol = ReadStringRef(OpCode + 1); in dumpBindOpcodes()
457 OpCode += BindOp.Symbol.size() + 1; in dumpBindOpcodes()
463 BindOpcodes.push_back(BindOp); in dumpBindOpcodes()
467 if (!Lazy && BindOp.Opcode == MachO::BIND_OPCODE_DONE) in dumpBindOpcodes()