Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp19 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
39 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getMachOConfig()
86 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp99 if (!Config.KeepSection.empty()) { in removeSections()
102 if (Config.KeepSection.matches(Sec.Name)) in removeSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h224 NameMatcher KeepSection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp531 if (!Config.KeepSection.empty()) { in replaceAndRemoveSections()
534 if (Config.KeepSection.matches(Sec.Name)) in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp950 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
1462 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseStripOptions()