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