Searched refs:DecodedBytes (Results 1 – 1 of 1) sorted by relevance
6447 unsigned DecodedBytes = 0; in printMemtag() local6448 uint64_t Value = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6450 I += DecodedBytes; in printMemtag()6453 "error decoding distance uleb, " + Twine(DecodedBytes) + in printMemtag()6461 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6464 I += DecodedBytes; in printMemtag()6467 "error decoding size-only uleb, " + Twine(DecodedBytes) + in printMemtag()