Searched refs:shouldStrip (Results 1 – 2 of 2) sorted by relevance
314 bool shouldStrip(const ELFShdrTy &Section, StringRef SectionName);
4010 if (shouldStrip(Section, SectionName)) in rewriteNoteSections()4193 bool RewriteInstance::shouldStrip(const ELFShdrTy &Section, in shouldStrip() function in RewriteInstance4313 if (shouldStrip(Section, SectionName)) in getOutputSections()4563 auto shouldStrip = [&](const ELFSymTy &Symbol) { in updateELFSymbolTable() local4591 if (!IsDynSym && shouldStrip(Symbol)) in updateELFSymbolTable()