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

Method SetFunction

Source/kwsys/SystemInformation.cxx:1194–1197  ·  view source on GitHub ↗

Description: Set the name of the function that the symbol is found in. If c++ demangling is supported it will be demangled.

Source from the content-addressed store, hash-verified

1192 // Set the name of the function that the symbol is found in.
1193 // If c++ demangling is supported it will be demangled.
1194 void SetFunction(char const* function)
1195 {
1196 this->Function = this->Demangle(function);
1197 }
1198
1199 std::string GetFunction() const { return this->Function; }
1200

Callers 2

SymbolPropertiesMethod · 0.95
InitializeMethod · 0.95

Calls 1

DemangleMethod · 0.95

Tested by

no test coverage detected