Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6357 uint64_t GranulesToTag = Value & ((1 << MemtagStepVarintReservedBits) - 1); in printMemtag() local
6358 if (GranulesToTag == 0) { in printMemtag()
6359 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()
6372 GlobalDescriptors.emplace_back(Address, GranulesToTag * MemtagGranuleSize); in printMemtag()
6373 Address += GranulesToTag * MemtagGranuleSize; in printMemtag()