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

Method Valid

Source/cmELF.cxx:727–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725cmELF::~cmELF() = default;
726
727bool cmELF::Valid() const
728{
729 return this->Internal && this->Internal->GetFileType() != FileTypeInvalid;
730}
731
732cmELF::FileType cmELF::GetFileType() const
733{

Callers 15

GetFileTypeMethod · 0.95
GetMachineMethod · 0.95
GetNumberOfSectionsMethod · 0.95
GetDynamicEntriesMethod · 0.95
EncodeDynamicEntriesMethod · 0.95
HasDynamicSectionMethod · 0.95
GetSONameMethod · 0.95
GetRPathMethod · 0.95
GetRunPathMethod · 0.95
IsMIPSMethod · 0.95
PrintInfoMethod · 0.95

Calls 1

GetFileTypeMethod · 0.45

Tested by 2

checkExecutionFunction · 0.36