Searched refs:cfg_file_name (Results 1 – 1 of 1) sorted by relevance
427 const std::string& cfg_file_name = compiler_options.GetDumpCfgFileName(); in OptimizingCompiler() local428 if (!cfg_file_name.empty()) { in OptimizingCompiler()431 visualizer_output_.reset(new std::ofstream(cfg_file_name, cfg_file_mode)); in OptimizingCompiler()