Home
last modified time | relevance | path

Searched refs:DecodedBytes (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6345 unsigned DecodedBytes = 0; in printMemtag() local
6346 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()