Home
last modified time | relevance | path

Searched refs:SectionPred (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp22 using SectionPred = std::function<bool(const Section &Sec)>; typedef
61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp54 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef
207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp29 using SectionPred = std::function<bool(const std::unique_ptr<Section> &Sec)>; typedef
53 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections()