Searched defs:StripOptions (Results 1 – 1 of 1) sorted by relevance
283 struct StripOptions { struct284 bool stripUnused = false;285 std::optional<std::string> stripUnusedSkiplist;286 bool IsEmpty() const in IsEmpty()