Searched refs:SectionPred (Results 1 – 3 of 3) sorted by relevance
22 using SectionPred = std::function<bool(const Section &Sec)>; typedef61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections()
54 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
29 using SectionPred = std::function<bool(const std::unique_ptr<Section> &Sec)>; typedef53 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections()