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.h548 void writeHashes(uint8_t *buf) const;
H A DWriter.cpp1266 codeSignatureSection->writeHashes(buffer->getBufferStart()); in writeCodeSignature()
H A DSyntheticSections.cpp1575 void CodeSignatureSection::writeHashes(uint8_t *buf) const { in writeHashes() function in CodeSignatureSection