Searched refs:SectionPred (Results 1 – 2 of 2) sorted by relevance
26 using SectionPred = std::function<bool(const std::unique_ptr<Section> &Sec)>; typedef50 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections()
53 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef320 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()456 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()