Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/MachO/
HDSyntheticSections.h548 void writeHashes(uint8_t *buf) const;
HDWriter.cpp1266 codeSignatureSection->writeHashes(buffer->getBufferStart()); in writeCodeSignature()
HDSyntheticSections.cpp1575 void CodeSignatureSection::writeHashes(uint8_t *buf) const { in writeHashes() function in CodeSignatureSection