Searched refs:passes_to_run_ (Results 1 – 3 of 3) sorted by relevance
266 return passes_to_run_; in GetPassesToRun()355 const std::vector<std::string>* passes_to_run_; variable
65 passes_to_run_(nullptr) { in CompilerOptions()
972 passes_to_run_.reset(ReadCommentedInputFromFile<std::vector<std::string>>( in ProcessOptions()975 if (passes_to_run_.get() == nullptr) { in ProcessOptions()979 compiler_options_->passes_to_run_ = passes_to_run_.get(); in ProcessOptions()2918 std::unique_ptr<std::vector<std::string>> passes_to_run_; member in art::FINAL