Searched defs:isDiscarded (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | LinkerScript.cpp | 1137 bool LinkerScript::isDiscarded(const OutputSection *sec) const { isDiscarded() function in LinkerScript |
H A D | SyntheticSections.cpp | 3477 auto isDiscarded = [](const InputSection *isec) { return !isec->isLive(); }; finalizeContents() local |