Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6285 constexpr uint64_t MemtagGranuleSize = 16; variable
6371 Address += Distance * MemtagGranuleSize; in printMemtag()
6372 GlobalDescriptors.emplace_back(Address, GranulesToTag * MemtagGranuleSize); in printMemtag()
6373 Address += GranulesToTag * MemtagGranuleSize; in printMemtag()