Searched refs:default_options_ (Results 1 – 1 of 1) sorted by relevance
88 default_options_.clear(); in ~PassME()99 return default_options_.size() != 0; in HasOptions()107 for (const auto& option : default_options_) { in PrintPassDefaultOptions()119 for (const auto& option : default_options_) { in PrintPassOptions()178 auto default_it = default_options_.find(option_name); in GetPassOption()180 if (default_it == default_options_.end()) { in GetPassOption()223 SafeMap<const char*, const OptionContent> default_options_; variable