Searched refs:GranulesToTag (Results 1 – 1 of 1) sorted by relevance
6215 uint64_t GranulesToTag = Value & ((1 << MemtagStepVarintReservedBits) - 1); in printMemtag() local6216 if (GranulesToTag == 0) { in printMemtag()6217 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6230 GlobalDescriptors.emplace_back(Address, GranulesToTag * MemtagGranuleSize); in printMemtag()6231 Address += GranulesToTag * MemtagGranuleSize; in printMemtag()