Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetFileType
Method
GetFileType
Source/cmELF.cxx:732–738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
}
731
732
cmELF::FileType cmELF::GetFileType() const
733
{
734
if (this->Valid()) {
735
return this->Internal->GetFileType();
736
}
737
return FileTypeInvalid;
738
}
739
740
std::uint16_t cmELF::GetMachine() const
741
{
Callers
6
LLVMFuzzerTestOneInput
Function · 0.45
Valid
Method · 0.45
GetSOName
Method · 0.45
GetRPath
Method · 0.45
GetRunPath
Method · 0.45
ChangeRPath
Method · 0.45
Calls
1
Valid
Method · 0.95
Tested by
no test coverage detected