Searched refs:SplitToStringSet (Results 1 – 1 of 1) sorted by relevance
65 static std::unordered_set<std::string> SplitToStringSet(std::string const &str) in SplitToStringSet() function426 compilerOptions_.skipPhases = SplitToStringSet(skipPhases.GetValue()); in Parse()427 compilerOptions_.verifierWarnings = SplitToStringSet(verifierWarnings.GetValue()); in Parse()428 compilerOptions_.verifierErrors = SplitToStringSet(verifierErrors.GetValue()); in Parse()429 compilerOptions_.dumpBeforePhases = SplitToStringSet(dumpBeforePhases.GetValue()); in Parse()430 compilerOptions_.dumpEtsSrcBeforePhases = SplitToStringSet(dumpEtsSrcBeforePhases.GetValue()); in Parse()431 compilerOptions_.dumpAfterPhases = SplitToStringSet(dumpBeforePhases.GetValue()); in Parse()432 compilerOptions_.dumpEtsSrcAfterPhases = SplitToStringSet(dumpEtsSrcAfterPhases.GetValue()); in Parse()