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);
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()
55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function83 return Obj.removeSections(RemovePred); in removeSections()403 if (Error E = removeSections(Config, Obj)) in handleArgs()
350 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
102 Error Object::removeSections( in removeSections() function in Object
504 if (Error E = Obj.removeSections(ELFConfig.AllowBrokenLinks, RemovePred)) in replaceAndRemoveSections()607 return Obj.removeSections( in handleArgs()
2132 Error Object::removeSections( in removeSections() function in Object2200 if (Error E = removeSections( in replaceSections()2497 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()2544 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
1086 Error removeSections(bool AllowBrokenLinks,