Home
last modified time | relevance | path

Searched refs:EncryptionInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp576 using EncryptionInfo = typename LP::encryption_info_command; in writeTo() typedef
577 auto *c = reinterpret_cast<EncryptionInfo *>(buf); in writeTo()
578 buf += sizeof(EncryptionInfo); in writeTo()