Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h347 SmallVector<InputSectionDescription *, 0> keptSections; variable
H A DLinkerScript.cpp412 for (InputSectionDescription *id : keptSections) in shouldKeep()
H A DScriptParser.cpp775 script->keptSections.push_back(cmd); in readInputSectionDescription()