Searched refs:removeLoadCommands (Results 1 – 3 of 3) sorted by relevance
353 Error removeLoadCommands(function_ref<bool(const LoadCommand &)> ToRemove);
171 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()271 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
79 Error Object::removeLoadCommands( in removeLoadCommands() function in Object