Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDLinkerScript.h346 bool shouldKeep(InputSectionBase *s);
HDMarkLive.cpp296 if (isReserved(sec) || script->shouldKeep(sec)) { in run()
HDLinkerScript.cpp412 bool LinkerScript::shouldKeep(InputSectionBase *s) { in shouldKeep() function in LinkerScript