Searched defs:RemovePred (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp24 SectionPred RemovePred = [](const Section &) { return false; }; local
66 auto RemovePred local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp440 SectionPred RemovePred = [](const SectionBase &) { return false; }; local
313 replaceDebugSections( Object &Obj, SectionPred &RemovePred, function_ref<bool(const SectionBase &)> shouldReplace, function_ref<SectionBase *(const SectionBase *)> addSection) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { function in class:__anon4650::ScheduleDAGFast
H A DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { function in class:__anon4653::ScheduleDAGRRList
[all...]

Completed in 118 milliseconds