Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3954 const uint64_t sizeToEncode = size / kMemtagGranuleSize; in createMemtagGlobalDescriptors() local
3957 if (sizeToEncode < (1 << kMemtagStepSizeBits)) { in createMemtagGlobalDescriptors()
3958 sectionSize += computeOrWriteULEB128(stepToEncode | sizeToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()
3961 sectionSize += computeOrWriteULEB128(sizeToEncode - 1, buf, sectionSize); in createMemtagGlobalDescriptors()