Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp767 const uint64_t curBytes = off == 0 ? 0 : align - off; in relax() local
770 if (maxBytes != 0 && curBytes > maxBytes) in relax()
773 remove = allBytes - curBytes; in relax()