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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h320 std::vector<InputSectionDescription *> keptSections; member in class:lld::elf::final
H A DLinkerScript.cpp332 if (keptSections.empty())
335 for (InputSectionDescription *id : keptSections)
H A DScriptParser.cpp725 script->keptSections.push_back(cmd);

Completed in 63 milliseconds