Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp53 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local
97 auto RemovePred = [Config, &Obj](const std::unique_ptr<SymbolEntry> &N) { in updateAndRemoveSymbols() local
145 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anoncfa8dd5d0111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon0fc5070f0111::ScheduleDAGRRList