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()
122 removeSections(Config, Obj); in handleArgs()
H A DWasmObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
H A DWasmObject.h38 void removeSections(function_ref<bool(const Section &)> ToRemove);
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
H A DCOFFObject.h135 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()
414 if (Error E = removeSections(Config, Obj)) in handleArgs()
H A DMachOObject.h350 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
H A DMachOObject.cpp103 Error Object::removeSections( in removeSections()
102 Error Object::removeSections( removeSections() function in Object
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp554 if (Error E = Obj.removeSections(ELFConfig.AllowBrokenLinks, RemovePred)) in replaceAndRemoveSections()
689 return Obj.removeSections( in handleArgs()
H A DELFObject.cpp2191 Error Object::removeSections( in removeSections() function in Object
2268 if (Error E = removeSections( in replaceSections()
2565 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()
2618 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
H A DELFObject.h1219 Error removeSections(bool AllowBrokenLinks,