Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp497 write32be(&CodeDirectory->nCodeSlots, CodeSignature.BlockCount); in writeCodeSignatureData()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h2327 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */ member
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1535 write32be(&codeDirectory->nCodeSlots, getBlockCount()); in writeTo()