Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp149 uint64_t orMask = ~andMask; in commitSection() local
151 uint64_t orFlags = (flags | isec->flags) & orMask; in commitSection()