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

Method GetLinkImplementation

Source/cmGeneratorTarget_Link.cxx:943–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943cmLinkImplementation const* cmGeneratorTarget::GetLinkImplementation(
944 std::string const& config, UseTo usage) const
945{
946 return this->GetLinkImplementation(config, usage, false);
947}
948
949cmLinkImplementation const* cmGeneratorTarget::GetLinkImplementation(
950 std::string const& config, UseTo usage, bool secondPass) const

Callers 9

ComputeLinkClosureMethod · 0.95
ComputeLinkInterfaceMethod · 0.95
ComputeLinkLibrariesMethod · 0.80
AddDirectLinkEntriesMethod · 0.80
ForceLinkerLanguageMethod · 0.80
AddInterfaceEntriesFunction · 0.80
CollectTargetDependsMethod · 0.80

Tested by

no test coverage detected