Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h550 void writeHashes(uint8_t *buf) const;
H A DWriter.cpp1295 codeSignatureSection->writeHashes(buffer->getBufferStart()); in writeCodeSignature()
H A DSyntheticSections.cpp1599 void CodeSignatureSection::writeHashes(uint8_t *buf) const { in writeHashes() function in CodeSignatureSection