Searched refs:removeLoadCommands (Results 1 – 3 of 3) sorted by relevance
352 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()
91 Error Object::removeLoadCommands( in removeLoadCommands() function in Object