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

Method SymbolProperties

Source/kwsys/SystemInformation.cxx:1265–1281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265SymbolProperties::SymbolProperties()
1266{
1267 // not using an initializer list
1268 // to avoid some PGI compiler warnings
1269 this->SetBinary("???");
1270 this->SetBinaryBaseAddress(nullptr);
1271 this->Address = nullptr;
1272 this->SetSourceFile("???");
1273 this->SetFunction("???");
1274 this->SetLineNumber(-1);
1275 this->SetReportPath(0);
1276 // avoid PGI compiler warnings
1277 this->GetRealAddress();
1278 this->GetFunction();
1279 this->GetSourceFile();
1280 this->GetLineNumber();
1281}
1282
1283std::string SymbolProperties::GetFileName(std::string const& path) const
1284{

Callers

nothing calls this directly

Calls 10

SetBinaryMethod · 0.95
SetBinaryBaseAddressMethod · 0.95
SetSourceFileMethod · 0.95
SetFunctionMethod · 0.95
SetLineNumberMethod · 0.95
SetReportPathMethod · 0.95
GetRealAddressMethod · 0.95
GetFunctionMethod · 0.95
GetSourceFileMethod · 0.95
GetLineNumberMethod · 0.95

Tested by

no test coverage detected