Searched refs:kRsToolBin (Results 1 – 5 of 5) sorted by relevance
10 const char* RustTool::kRsToolBin = "rust_bin"; member in RustTool36 return name == kRsToolBin || name == kRsToolCDylib || name == kRsToolDylib || in ValidateName()42 return name_ == kRsToolBin || name_ == kRsToolCDylib || name_ == kRsToolDylib || in MayLink()
301 else if (name == RustTool::kRsToolBin) in CreateTool()302 return std::make_unique<RustTool>(RustTool::kRsToolBin); in CreateTool()336 return RustTool::kRsToolBin; in GetToolTypeForSourceType()359 return RustTool::kRsToolBin; in GetToolTypeForTargetFinalOutput()
24 static const char* kRsToolBin;
111 const Tool* rust = toolchain->GetTool(RustTool::kRsToolBin); in TEST_F()
224 std::unique_ptr<Tool> rustc_tool = Tool::CreateTool(RustTool::kRsToolBin); in SetupToolchain()