Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp19 !Common.KeepSection.empty() || !Common.SymbolsToGlobalize.empty() || in getCOFFConfig()
35 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getMachOConfig()
77 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp99 if (!Config.KeepSection.empty()) { in removeSections()
102 if (Config.KeepSection.matches(Sec.Name)) in removeSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h227 NameMatcher KeepSection; member
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp480 if (!Config.KeepSection.empty()) { in replaceAndRemoveSections()
483 if (Config.KeepSection.matches(Sec.Name)) in replaceAndRemoveSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp846 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
1308 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseStripOptions()