Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.h533 void writeHashes(uint8_t *buf) const;
H A DWriter.cpp1248 codeSignatureSection->writeHashes(buffer->getBufferStart()); in writeCodeSignature()
H A DSyntheticSections.cpp1490 void CodeSignatureSection::writeHashes(uint8_t *buf) const { in writeHashes() function in CodeSignatureSection