Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h501 void writeHashes(uint8_t *buf) const;
H A DWriter.cpp1141 codeSignatureSection->writeHashes(buffer->getBufferStart()); in writeCodeSignature()
H A DSyntheticSections.cpp1304 void CodeSignatureSection::writeHashes(uint8_t *buf) const { in writeHashes() function in CodeSignatureSection