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.cpp6459 uint64_t GranulesToTag = Value & ((1 << MemtagStepVarintReservedBits) - 1); in printMemtag() local
6460 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()