Home
last modified time | relevance | path

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

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