Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp122 uint16_t HashFunction = dwarf::DW_hash_function_djb; member
283 Asm->emitInt16(HashFunction); in emit()
625 << "Hash Function: " << HashFunction << "\n" in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
141 W.printHex("Hash function", HashFunction); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h87 uint16_t HashFunction; member