Home | History | Annotate | Download | only in obj2yaml

Lines Matching refs:ULEB

229     uint64_t ULEB = 0;
234 ULEB = decodeULEB128(OpCode + 1, &Count);
235 RebaseOp.ExtraData.push_back(ULEB);
237 // Intentionally no break here -- This opcode has two ULEB values
243 ULEB = decodeULEB128(OpCode + 1, &Count);
244 RebaseOp.ExtraData.push_back(ULEB);
276 uint64_t ULEB = 0;
281 ULEB = decodeULEB128(OpCode + 1, &Count);
282 BindOp.ULEBExtraData.push_back(ULEB);
284 // Intentionally no break here -- this opcode has two ULEB values
290 ULEB = decodeULEB128(OpCode + 1, &Count);
291 BindOp.ULEBExtraData.push_back(ULEB);