Home
last modified time | relevance | path

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

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