Searched defs:removeSections (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { function in class:llvm::objcopy::wasm::Object
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp87 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { function in class:llvm::objcopy::coff::Object
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp71 Error Object::removeSections( function in class:llvm::objcopy::macho::Object
H A DMachOObjcopy.cpp45 static Error removeSections(const CopyConfig &Config, Object &Obj) { function in namespace:llvm::objcopy::macho
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1823 Error Object::removeSections(bool AllowBrokenLinks, function in class:llvm::objcopy::Object

Completed in 90 milliseconds