Home
last modified time | relevance | path

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

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