Home
last modified time | relevance | path

Searched defs:isDiscarded (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1137 bool LinkerScript::isDiscarded(const OutputSection *sec) const { isDiscarded() function in LinkerScript
H A DSyntheticSections.cpp3477 auto isDiscarded = [](const InputSection *isec) { return !isec->isLive(); }; finalizeContents() local