Searched refs:SectionPred (Results 1 – 2 of 2) sorted by relevance
21 using SectionPred = std::function<bool(const Section &Sec)>; typedef24 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections()
54 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef314 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()440 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()