Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp167 uint64_t andMask = 0; in commitSection() local
169 andMask |= (uint64_t)SHF_ARM_PURECODE; in commitSection()
171 andMask |= (uint64_t)SHF_AARCH64_PURECODE; in commitSection()
172 uint64_t orMask = ~andMask; in commitSection()
173 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection()