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

Method WriteLoaderImportFileTableLength

Source/cmXCOFF.cxx:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 bool WriteLoaderImportFileTableLength(decltype(XCOFF::ldhdr::l_istlen) x)
155 {
156 // FIXME: Add byte swapping if needed.
157 return static_cast<bool>(
158 this->Stream->write(reinterpret_cast<char const*>(&x), sizeof(x)));
159 }
160
161public:
162 Impl(cmXCOFF* external, std::unique_ptr<std::iostream> fin,

Callers 1

SetLibPathMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected