Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h190 NameMatcher KeepSection; member
DCopyConfig.cpp691 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
1109 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseStripOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp256 !Config.KeepSection.empty() || Config.NewSymbolVisibility || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp566 if (!Config.KeepSection.empty()) { in replaceAndRemoveSections()
569 if (Config.KeepSection.matches(Sec.Name)) in replaceAndRemoveSections()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp333 !Config.AllocSectionsPrefix.empty() || !Config.KeepSection.empty() || in handleArgs()