Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object
DObject.h37 void removeSections(function_ref<bool(const Section &)> ToRemove);
DWasmObjcopy.cpp52 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp49 static Error removeSections(const CopyConfig &Config, Object &Obj) { in removeSections() function
77 return Obj.removeSections(RemovePred); in removeSections()
358 if (Error E = removeSections(Config, Obj)) in handleArgs()
DObject.h337 removeSections(function_ref<bool(const std::unique_ptr<Section> &)> ToRemove);
DObject.cpp70 Error Object::removeSections( in removeSections() function in llvm::objcopy::macho::Object
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp98 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object
DObject.h135 void removeSections(function_ref<bool(const Section &)> ToRemove);
DCOFFObjcopy.cpp136 Obj.removeSections([&Config](const Section &Sec) { in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp276 (*DWOFile)->removeSections(Config.AllowBrokenLinks, OnlyKeepDWOPred)) in splitDWOToFile()
613 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred); in replaceAndRemoveSections()
DObject.cpp2100 Error Object::removeSections( in removeSections() function in llvm::objcopy::elf::Object
2429 return Obj.removeSections(false, [&](const SectionBase &Sec) { in removeUnneededSections()
2475 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/, in finalize()
DObject.h1076 Error removeSections(bool AllowBrokenLinks,