Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DThunks.h77 static inline uint16_t computeHiBits(uint32_t toCompute) { in computeHiBits() argument
78 return (toCompute + 0x8000) >> 16; in computeHiBits()