Searched refs:compiler_target (Results 1 – 1 of 1) sorted by relevance
264 auto compiler_target = FindArgValue("--target", compiler_args); in AddTarget() local303 if (compiler_target.has_value()) in AddTarget()304 crate.SetCompilerTarget(compiler_target.value()); in AddTarget()396 auto compiler_target = crate.CompilerTarget(); in WriteCrates() local397 if (compiler_target.has_value()) { in WriteCrates()398 rust_project << " \"target\": \"" << compiler_target.value() in WriteCrates()