Home
last modified time | relevance | path

Searched refs:removeSections (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function
109 Obj.removeSections(RemovePred); in removeSections()
123 removeSections(Config, Obj); in handleArgs()
H A DWasmObject.cpp24 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
H A DWasmObject.h39 void removeSections(function_ref<bool(const Section &)> ToRemove);
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp90 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
H A DCOFFObject.h136 void removeSections(function_ref<bool(const Section &)> ToRemove);
H A DCOFFObjcopy.cpp166 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function
83 return Obj.removeSections(RemovePred); in removeSections()
452 if (Error E = removeSections(Config, Obj)) in handleArgs()
H A DMachOObject.h351 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
H A DMachOObject.cpp116 Error Object::removeSections( in removeSections() function in Object
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp550 if (Error E = Obj.removeSections(ELFConfig.AllowBrokenLinks, RemovePred)) in replaceAndRemoveSections()
792 return Obj.removeSections( in handleArgs()
H A DELFObject.cpp2197 Error Object::removeSections( in removeSections() function in Object
2274 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()
H A DELFObject.h1226 Error removeSections(bool AllowBrokenLinks,