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

Method PrintInfo

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

Source from the content-addressed store, hash-verified

832}
833
834void cmELF::PrintInfo(std::ostream& os) const
835{
836 if (this->Valid()) {
837 this->Internal->PrintInfo(os);
838 } else {
839 os << "Not a valid ELF file.\n";
840 }
841}

Callers 1

LLVMFuzzerTestOneInputFunction · 0.45

Calls 1

ValidMethod · 0.95

Tested by

no test coverage detected