Searched refs:compiler_executable_ (Results 1 – 2 of 2) sorted by relevance
533 if (!compiler_executable_.empty()) { in GetCompilerExecutable()534 return compiler_executable_; in GetCompilerExecutable()944 compiler_executable_ = runtime_options.ReleaseOrDefault(Opt::Compiler); in Init()
701 std::string compiler_executable_; variable