Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOObjcopy.cpp21 using SectionPred = std::function<bool(const Section &Sec)>; typedef
24 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp54 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef
314 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
440 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()