Searched defs:RemovePred (Results 1 – 6 of 6) sorted by relevance
56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local129 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local184 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local293 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() local
61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
571 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
86 void RemovePred(SUnit *SU, const SDep &D) { SU->removePred(D); } in RemovePred() function in __anon168f12fc0111::ScheduleDAGFast
240 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anona90f206e0111::ScheduleDAGRRList
414 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local