Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp99 if (!Config.KeepSection.empty()) { in removeSections()
102 if (Config.KeepSection.matches(Sec.Name)) in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h223 NameMatcher KeepSection; member
H A DConfigManager.cpp572 !Common.DumpSection.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
593 !Common.KeepSection.empty() || ELF.NewSymbolVisibility || in getMachOConfig()
872 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
1314 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseStripOptions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp453 if (!Config.KeepSection.empty()) { in replaceAndRemoveSections()
456 if (Config.KeepSection.matches(Sec.Name)) in replaceAndRemoveSections()