Searched defs:removeSections (Results 1 – 6 of 6) sorted by relevance
24 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function
90 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
116 Error Object::removeSections( in removeSections() function in Object
55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function
2197 Error Object::removeSections( in removeSections() function in Object