Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp169 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection() local
171 flags = andFlags | orFlags; in commitSection()