Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h178 NameMatcher KeepSection; member
H A DConfigManager.cpp593 !Common.DumpSection.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
614 !Common.KeepSection.empty() || NewSymbolVisibility || in getMachOConfig()
879 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
1316 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseStripOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp453 if (!Config.KeepSection.empty()) { in replaceAndRemoveSections()
456 if (Config.KeepSection.matches(Sec.Name)) in replaceAndRemoveSections()