Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
147 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anone56e3eb00111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonac6809220111::ScheduleDAGRRList