Searched refs:DecodedBytes (Results 1 – 1 of 1) sorted by relevance
6345 unsigned DecodedBytes = 0; in printMemtag() local6346 uint64_t Value = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6348 I += DecodedBytes; in printMemtag()6351 "error decoding distance uleb, " + Twine(DecodedBytes) + in printMemtag()6359 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6362 I += DecodedBytes; in printMemtag()6365 "error decoding size-only uleb, " + Twine(DecodedBytes) + in printMemtag()