Searched refs:compiler_target_ (Results 1 – 1 of 1) sorted by relevance
67 void SetCompilerTarget(std::string target) { compiler_target_ = target; } in SetCompilerTarget()100 return compiler_target_; in CompilerTarget()120 std::optional<std::string> compiler_target_; variable