Lines Matching refs:RemovePred
56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local
61 RemovePred = [&Config, RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections()
68 RemovePred = [RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections()
72 return RemovePred(Sec); in removeSections()
78 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) { in removeSections()
83 return Obj.removeSections(RemovePred); in removeSections()
102 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local
122 Obj.SymTable.removeSymbols(RemovePred); in updateAndRemoveSymbols()
154 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
171 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
263 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() local
271 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()