Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
725
cmELF::~cmELF() = default;
726
727
bool cmELF::Valid() const
728
{
729
return this->Internal && this->Internal->GetFileType() != FileTypeInvalid;
730
}
731
732
cmELF::FileType cmELF::GetFileType() const
733
{
Callers
15
GetFileType
Method · 0.95
GetMachine
Method · 0.95
GetNumberOfSections
Method · 0.95
GetDynamicEntryPosition
Method · 0.95
GetDynamicEntries
Method · 0.95
EncodeDynamicEntries
Method · 0.95
HasDynamicSection
Method · 0.95
GetSOName
Method · 0.95
GetRPath
Method · 0.95
GetRunPath
Method · 0.95
IsMIPS
Method · 0.95
PrintInfo
Method · 0.95
Calls
1
GetFileType
Method · 0.45
Tested by
2
checkExecution
Function · 0.36
testUVProcessChainSpawnFail
Function · 0.36