Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.h347 SmallVector<InputSectionDescription *, 0> keptSections; variable
DLinkerScript.cpp413 for (InputSectionDescription *id : keptSections) in shouldKeep()
DScriptParser.cpp775 script->keptSections.push_back(cmd); in readInputSectionDescription()