Searched refs:SectionPred (Results 1 – 2 of 2) sorted by relevance
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()