MCPcopy 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
732cmELF::FileType cmELF::GetFileType() const
733{
734 if (this->Valid()) {
735 return this->Internal->GetFileType();
736 }
737 return FileTypeInvalid;
738}
739
740std::uint16_t cmELF::GetMachine() const
741{

Callers 6

LLVMFuzzerTestOneInputFunction · 0.45
ValidMethod · 0.45
GetSONameMethod · 0.45
GetRPathMethod · 0.45
GetRunPathMethod · 0.45
ChangeRPathMethod · 0.45

Calls 1

ValidMethod · 0.95

Tested by

no test coverage detected