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

Method GetMachine

Source/cmELF.cxx:740–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740std::uint16_t cmELF::GetMachine() const
741{
742 if (this->Valid()) {
743 return this->Internal->GetMachine();
744 }
745 return 0;
746}
747
748std::size_t cmELF::GetNumberOfSections() const
749{

Callers 3

LLVMFuzzerTestOneInputFunction · 0.45
ScanDependenciesMethod · 0.45
FileHasArchitectureFunction · 0.45

Calls 1

ValidMethod · 0.95

Tested by

no test coverage detected