Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
H A DObject.h37 void removeSections(function_ref<bool(const Section &)> ToRemove);
H A DWasmObjcopy.cpp52 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp52 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function
80 return Obj.removeSections(RemovePred); in removeSections()
344 if (Error E = removeSections(Config, Obj)) in handleArgs()
H A DObject.h337 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
H A DObject.cpp68 Error Object::removeSections( in removeSections() function in llvm::objcopy::macho::Object
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
H A DObject.h135 void removeSections(function_ref<bool(const Section &)> ToRemove);
H A DCOFFObjcopy.cpp136 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp500 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred); in replaceAndRemoveSections()
518 return Obj.removeSections( in handleArgs()
H A DObject.cpp2108 Error Object::removeSections( in removeSections() function in llvm::objcopy::elf::Object
2442 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()
2490 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
H A DObject.h1079 Error removeSections(bool AllowBrokenLinks,