Home
last modified time | relevance | path

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

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