Searched refs:compiler_executable_ (Results 1 – 4 of 4) sorted by relevance
93 std::string compiler_executable_; variable
400 if (!compiler_executable_.empty()) { in GetCompilerExecutable()401 return compiler_executable_; in GetCompilerExecutable()704 compiler_executable_ = options->compiler_executable_; in Init()
542 std::string compiler_executable_; variable
600 if (!ParseStringAfterChar(option, ':', &compiler_executable_)) { in Parse()