Home
last modified time | relevance | path

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

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