Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp26 using SectionPred = std::function<bool(const std::unique_ptr<Section> &Sec)>; typedef
50 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp53 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef
320 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
456 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()