Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp524 using EncryptionInfo = typename LP::encryption_info_command; in writeTo() typedef
525 auto *c = reinterpret_cast<EncryptionInfo *>(buf); in writeTo()
526 buf += sizeof(EncryptionInfo); in writeTo()