Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h379 bool shouldKeep(InputSectionBase *s);
H A DMarkLive.cpp413 } else if (ctx.script->shouldKeep(sec)) { in run()
H A DLinkerScript.cpp443 bool LinkerScript::shouldKeep(InputSectionBase *s) { in shouldKeep() function in LinkerScript