Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h37 void removeSections(function_ref<bool(const Section &)> ToRemove);
/openbsd-src/gnu/llvm/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.cpp136 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
/openbsd-src/gnu/llvm/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()
403 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.cpp102 Error Object::removeSections( in removeSections() function in Object
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp504 if (Error E = Obj.removeSections(ELFConfig.AllowBrokenLinks, RemovePred)) in replaceAndRemoveSections()
607 return Obj.removeSections( in handleArgs()
H A DELFObject.cpp2132 Error Object::removeSections( in removeSections() function in Object
2200 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()
H A DELFObject.h1086 Error removeSections(bool AllowBrokenLinks,