Home
last modified time | relevance | path

Searched defs:RemovePred (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOObjcopy.cpp24 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
66 auto RemovePred = [Config](const std::unique_ptr<SymbolEntry> &N) { in updateAndRemoveSymbols() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp314 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
440 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon1be189530111::ScheduleDAGFast
HDScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon4cd888850111::ScheduleDAGRRList