Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local
110 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols() local
165 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
274 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() local
/src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections() local
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp569 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon4b88de110111::ScheduleDAGFast
H A DScheduleDAGRRList.cpp240 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon03a804c30111::ScheduleDAGRRList
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp419 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local