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

Method GetRealAddress

Source/kwsys/SystemInformation.cxx:1228–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226
1227private:
1228 size_t GetRealAddress() const
1229 {
1230 return static_cast<size_t>(static_cast<char*>(this->Address) -
1231 static_cast<char*>(this->BinaryBaseAddress));
1232 }
1233
1234 std::string GetFileName(std::string const& path) const;
1235 std::string Demangle(char const* symbol) const;

Callers 1

SymbolPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected