Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp124 uint16_t HashFunction = dwarf::DW_hash_function_djb; member
287 Asm->emitInt16(HashFunction); in emit()
648 << "Hash Function: " << HashFunction << "\n" in print()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp55 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
142 W.printHex("Hash function", HashFunction); in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h88 uint16_t HashFunction; member