Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h345 Error removeLoadCommands(function_ref<bool(const LoadCommand &)> ToRemove);
H A DObject.cpp59 Error Object::removeLoadCommands( in removeLoadCommands() function in Object
H A DMachOObjcopy.cpp164 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()