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

Method IsMips

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

Source from the content-addressed store, hash-verified

231 StringEntry const* GetDynamicSectionString(unsigned int tag) override;
232
233 bool IsMips() const override { return this->ELFHeader.e_machine == EM_MIPS; }
234
235 // Print information about the ELF file.
236 void PrintInfo(std::ostream& os) const override

Callers 1

IsMIPSMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected