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