Searched refs:removeSections (Results 1 – 12 of 12) sorted by relevance
60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function109 Obj.removeSections(RemovePred); in removeSections()122 removeSections(Config, Obj); in handleArgs()
27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
37 void removeSections(function_ref<bool(const Section &)> ToRemove);
52 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function80 return Obj.removeSections(RemovePred); in removeSections()346 if (Error E = removeSections(Config, Obj)) in handleArgs()
343 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
70 Error Object::removeSections( in removeSections() function in Object
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
135 void removeSections(function_ref<bool(const Section &)> ToRemove);
136 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
500 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred); in replaceAndRemoveSections()572 return Obj.removeSections( in handleArgs()
2113 Error Object::removeSections( in removeSections() function in Object2447 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()2495 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
1079 Error removeSections(bool AllowBrokenLinks,