Home
last modified time | relevance | path

Searched refs:removeLoadCommands (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h353 Error removeLoadCommands(function_ref<bool(const LoadCommand &)> ToRemove);
H A DMachOObjcopy.cpp171 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
271 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
H A DMachOObject.cpp79 Error Object::removeLoadCommands( in removeLoadCommands() function in Object