Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
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
147 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon14367f140111::ScheduleDAGFast
DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonae41f2860111::ScheduleDAGRRList