Searched refs:removeSections (Results 1 – 12 of 12) sorted by relevance
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 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
49 static Error removeSections(const CopyConfig &Config, Object &Obj) { in removeSections() function77 return Obj.removeSections(RemovePred); in removeSections()358 if (Error E = removeSections(Config, Obj)) in handleArgs()
337 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
70 Error Object::removeSections( in removeSections() function in llvm::objcopy::macho::Object
98 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()
276 (*DWOFile)->removeSections(Config.AllowBrokenLinks, OnlyKeepDWOPred)) in splitDWOToFile()613 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred); in replaceAndRemoveSections()
2100 Error Object::removeSections( in removeSections() function in llvm::objcopy::elf::Object2429 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()2475 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
1076 Error removeSections(bool AllowBrokenLinks,