Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp54 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef
207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp29 using SectionPred = std::function<bool(const std::unique_ptr<Section> &Sec)>; typedef
53 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections()