Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h333 bool shouldKeep(InputSectionBase *s);
H A DMarkLive.cpp290 if (isReserved(sec) || script->shouldKeep(sec)) { in run()
H A DLinkerScript.cpp416 bool LinkerScript::shouldKeep(InputSectionBase *s) { in shouldKeep() function in LinkerScript