Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h395 SmallVector<InputSectionDescription *, 0> keptSections; variable
H A DLinkerScript.cpp413 for (InputSectionDescription *id : keptSections) in shouldKeep()
H A DScriptParser.cpp835 script->keptSections.push_back(cmd); in readInputSectionDescription()