Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4632 static size_t computeOrWriteULEB128(uint64_t v, uint8_t *buf, size_t offset) { in computeOrWriteULEB128() function
4674 sectionSize += computeOrWriteULEB128(stepToEncode | sizeToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()
4676 sectionSize += computeOrWriteULEB128(stepToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()
4677 sectionSize += computeOrWriteULEB128(sizeToEncode - 1, buf, sectionSize); in createMemtagGlobalDescriptors()