Home
last modified time | relevance | path

Searched refs:computeHash (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp213 computeHash(Entry); in hashDIEEntry()
352 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash
372 computeHash(C); in computeHash()
390 computeHash(Die); in computeCUSignature()
414 computeHash(Die); in computeTypeSignature()
H A DDIEHash.h53 void computeHash(const DIE &Die);
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp314 void BuildIdSection::computeHash( in computeHash() function in BuildIdSection
338 computeHash(Buf, [](uint8_t *Dest, ArrayRef<uint8_t> Arr) { in writeBuildId()
343 computeHash(Buf, [](uint8_t *Dest, ArrayRef<uint8_t> Arr) { in writeBuildId()
348 computeHash(Buf, [](uint8_t *Dest, ArrayRef<uint8_t> Arr) { in writeBuildId()
H A DSyntheticSections.h159 void computeHash(llvm::ArrayRef<uint8_t> Buf,