Searched refs:compiler_executable_ (Results 1 – 4 of 4) sorted by relevance
93 std::string compiler_executable_; variable
395 if (!compiler_executable_.empty()) { in GetCompilerExecutable()396 return compiler_executable_; in GetCompilerExecutable()688 compiler_executable_ = options->compiler_executable_; in Init()
531 std::string compiler_executable_; variable
601 if (!ParseStringAfterChar(option, ':', &compiler_executable_)) { in Parse()