Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h339 Error removeLoadCommands(function_ref<bool(const LoadCommand &)> ToRemove);
H A DObject.cpp57 Error Object::removeLoadCommands( in removeLoadCommands() function in llvm::objcopy::macho::Object
H A DMachOObjcopy.cpp162 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()