Lines Matching refs: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);
110 auto RemovePred = [&Config, &MachOConfig,
133 Obj.SymTable.removeSymbols(RemovePred);
165 LoadCommandPred RemovePred = [&RPathsToRemove,
182 if (Error E = Obj.removeLoadCommands(RemovePred))
274 auto RemovePred = [&MachOConfig](const LoadCommand &LC) {
282 if (Error E = Obj.removeLoadCommands(RemovePred))