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

Method IsMIPS

Source/cmELF.cxx:826–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826bool cmELF::IsMIPS() const
827{
828 if (this->Valid()) {
829 return this->Internal->IsMips();
830 }
831 return false;
832}
833
834void cmELF::PrintInfo(std::ostream& os) const
835{

Callers 2

LLVMFuzzerTestOneInputFunction · 0.80
RemoveRPathELFFunction · 0.80

Calls 2

ValidMethod · 0.95
IsMipsMethod · 0.80

Tested by

no test coverage detected