Lines Matching defs:RemovePred
56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) {
61 RemovePred = [&Config, RemovePred](const std::unique_ptr<Section> &Sec) {
68 RemovePred = [RemovePred](const std::unique_ptr<Section> &Sec) {
72 return RemovePred(Sec);
77 // Overwrite RemovePred because --only-section takes priority.
78 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) {
83 return Obj.removeSections(RemovePred);
129 auto RemovePred = [&Config, &MachOConfig,
152 Obj.SymTable.removeSymbols(RemovePred);
184 LoadCommandPred RemovePred = [&RPathsToRemove,
201 if (Error E = Obj.removeLoadCommands(RemovePred))
293 auto RemovePred = [&MachOConfig](const LoadCommand &LC) {
301 if (Error E = Obj.removeLoadCommands(RemovePred))