Searched refs:GranulesToTag (Results 1 – 1 of 1) sorted by relevance
6357 uint64_t GranulesToTag = Value & ((1 << MemtagStepVarintReservedBits) - 1); in printMemtag() local6358 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()