MCPcopy Create free account
hub / github.com/Kitware/CMake / GetLinkerTool

Method GetLinkerTool

Source/cmGeneratorTarget.cxx:3929–3932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3927}
3928
3929std::string cmGeneratorTarget::GetLinkerTool(std::string const& config) const
3930{
3931 return this->GetLinkerTool(this->GetLinkerLanguage(config), config);
3932}
3933
3934std::string cmGeneratorTarget::GetLinkerTool(std::string const& lang,
3935 std::string const& config) const

Callers 7

WriteExecutableRuleMethod · 0.80
WriteLibraryRulesMethod · 0.80
WriteDeviceLinkRulesMethod · 0.80
WriteLinkRuleMethod · 0.80

Calls 11

GetLinkerLanguageMethod · 0.95
IsDeviceLinkMethod · 0.95
GetLinkerTypePropertyMethod · 0.95
GetGlobalGeneratorMethod · 0.95
cbeginMethod · 0.80
cendMethod · 0.80
cmStrCatFunction · 0.70
GetDefinitionMethod · 0.45
emptyMethod · 0.45
IsVisualStudioMethod · 0.45
IssueMessageMethod · 0.45

Tested by

no test coverage detected