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