Home
last modified time | relevance | path

Searched refs:kCToolLink (Results 1 – 10 of 10) sorted by relevance

/third_party/gn/src/gn/
Dc_tool.cc22 const char* CTool::kCToolLink = "link"; member in CTool
49 name == kCToolLink; in ValidateName()
63 name_ != kCToolLink) { in ValidateRuntimeOutputs()
247 name_ == kCToolLink) in ValidateSubstitution()
262 name_ == kCToolSolinkModule || name_ == kCToolLink) in ValidateOutputSubstitution()
Dtool.cc283 else if (name == CTool::kCToolLink) in CreateTool()
284 return std::make_unique<CTool>(CTool::kCToolLink); in CreateTool()
378 return CTool::kCToolLink; in GetToolTypeForTargetFinalOutput()
Dc_tool.h35 static const char* kCToolLink; variable
Dfunction_toolchain_unittest.cc63 const Tool* link = toolchain->GetTool(CTool::kCToolLink); in TEST_F()
Dninja_build_writer_unittest.cc99 other_toolchain.GetTool(CTool::kCToolLink) in TEST_F()
Dsubstitution_writer_unittest.cc297 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolLink); in TEST()
Dtest_with_scope.cc187 std::unique_ptr<Tool> link = Tool::CreateTool(CTool::kCToolLink); in SetupToolchain()
Danalyzer_unittest.cc443 std::unique_ptr<Tool> fake_tool = Tool::CreateTool(CTool::kCToolLink);
Dninja_target_writer.cc210 const Tool* tool = target_->toolchain()->GetTool(CTool::kCToolLink); in WriteCCompilerVars()
Dninja_c_binary_target_writer_unittest.cc2473 std::unique_ptr<Tool> link = Tool::CreateTool(CTool::kCToolLink); in TEST_F()