Home
last modified time | relevance | path

Searched refs:shouldStrip (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h314 bool shouldStrip(const ELFShdrTy &Section, StringRef SectionName);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4010 if (shouldStrip(Section, SectionName)) in rewriteNoteSections()
4193 bool RewriteInstance::shouldStrip(const ELFShdrTy &Section, in shouldStrip() function in RewriteInstance
4313 if (shouldStrip(Section, SectionName)) in getOutputSections()
4563 auto shouldStrip = [&](const ELFSymTy &Symbol) { in updateELFSymbolTable() local
4591 if (!IsDynSym && shouldStrip(Symbol)) in updateELFSymbolTable()