Searched defs:RemovePred (Results 1 – 6 of 6) sorted by relevance
53 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local97 auto RemovePred = [Config, &Obj](const std::unique_ptr<SymbolEntry> &N) { in updateAndRemoveSymbols() local147 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anone56e3eb00111::ScheduleDAGFast
241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonac6809220111::ScheduleDAGRRList