Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h334 std::vector<InputSectionDescription *> keptSections; variable
DLinkerScript.cpp349 for (InputSectionDescription *id : keptSections) in shouldKeep()
DScriptParser.cpp736 script->keptSections.push_back(cmd); in readInputSectionDescription()