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()123 removeSections(Config, Obj); in handleArgs()
24 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
39 void removeSections(function_ref<bool(const Section &)> ToRemove);
90 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
136 void removeSections(function_ref<bool(const Section &)> ToRemove);
166 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()452 if (Error E = removeSections(Config, Obj)) in handleArgs()
351 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
116 Error Object::removeSections( in removeSections() function in Object
550 if (Error E = Obj.removeSections(ELFConfig.AllowBrokenLinks, RemovePred)) in replaceAndRemoveSections()792 return Obj.removeSections( in handleArgs()
2197 Error Object::removeSections( in removeSections() function in Object2274 if (Error E = removeSections( in replaceSections()2571 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()2624 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
1226 Error removeSections(bool AllowBrokenLinks,