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

Method GetBacktrace

Source/cmTarget.cxx:678–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 cm::string_view fileSetType) const;
677
678 cmListFileBacktrace GetBacktrace(
679 cm::optional<cmListFileBacktrace> const& bt) const
680 {
681 return bt ? *bt : this->Makefile->GetBacktrace();
682 }
683};
684
685cmTargetInternals::cmTargetInternals()

Callers 8

WriteDirectMethod · 0.45
cmTargetMethod · 0.45
AddUtilityMethod · 0.45
AddLinkLibraryMethod · 0.45
SetPropertyMethod · 0.45
AddDirectoryToFileSetMethod · 0.45
AddPathToFileSetMethod · 0.45
GetOrCreateFileSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected