Searched defs:isDiscarded (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/wasm/ | ||
H A D | Symbols.cpp | 140 bool Symbol::isDiscarded() const { isDiscarded() function in lld::wasm::Symbol |
/llvm-project/lld/ELF/ | ||
H A D | SyntheticSections.cpp | 4098 auto isDiscarded = [](const InputSection *isec) { return !isec->isLive(); }; finalizeContents() local |