Home
last modified time | relevance | path

Searched refs:SectionPred (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp54 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef
223 const CopyConfig &Config, Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
347 SectionPred RemovePred = [](const SectionBase &) { return false; }; in handleArgs()