Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h66 std::vector<StringRef> OnlySection; member
H A DCopyConfig.cpp337 Config.OnlySection.push_back(Arg->getValue()); in parseObjcopyOptions()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp417 if (!Config.OnlySection.empty()) { in handleArgs()
420 if (is_contained(Config.OnlySection, Sec.Name)) in handleArgs()