Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDOutputSections.h92 bool nonAlloc = false; variable
HDOutputSections.cpp142 if (nonAlloc) in commitSection()
HDLinkerScript.cpp951 sec->flags = flags & ((sec->nonAlloc ? 0 : (uint64_t)SHF_ALLOC) | in adjustSectionsBeforeSorting()
HDScriptParser.cpp743 cmd->nonAlloc = true; in readSectionDirective()