Searched refs:KeepSection (Results 1 – 3 of 3) sorted by relevance
65 std::vector<StringRef> KeepSection; member
335 Config.KeepSection.push_back(Arg->getValue()); in parseObjcopyOptions()442 Config.KeepSection.push_back(Arg->getValue()); in parseStripOptions()
439 if (!Config.KeepSection.empty()) { in handleArgs()442 if (is_contained(Config.KeepSection, Sec.Name)) in handleArgs()