Searched refs:DecodedBytes (Results 1 – 1 of 1) sorted by relevance
6203 unsigned DecodedBytes = 0; in printMemtag() local6204 uint64_t Value = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6206 I += DecodedBytes; in printMemtag()6209 "error decoding distance uleb, " + Twine(DecodedBytes) + in printMemtag()6217 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6220 I += DecodedBytes; in printMemtag()6223 "error decoding size-only uleb, " + Twine(DecodedBytes) + in printMemtag()