Searched refs:GranulesToTag (Results 1 – 1 of 1) sorted by relevance
6459 uint64_t GranulesToTag = Value & ((1 << MemtagStepVarintReservedBits) - 1); in printMemtag() local6460 if (GranulesToTag == 0) { in printMemtag()6461 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag()6474 GlobalDescriptors.emplace_back(Address, GranulesToTag * MemtagGranuleSize); in printMemtag()6475 Address += GranulesToTag * MemtagGranuleSize; in printMemtag()