Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h65 std::vector<StringRef> KeepSection; member
H A DCopyConfig.cpp335 Config.KeepSection.push_back(Arg->getValue()); in parseObjcopyOptions()
442 Config.KeepSection.push_back(Arg->getValue()); in parseStripOptions()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp439 if (!Config.KeepSection.empty()) { in handleArgs()
442 if (is_contained(Config.KeepSection, Sec.Name)) in handleArgs()