Searched refs:TypeHash (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h59 uint64_t TypeHash = 0; member in class:llvm::DWARFUnitHeader
94 uint64_t getTypeHash() const { return TypeHash; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp301 TypeHash = debug_info.getU64(offset_ptr, &Err);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp807 llvm::hash_code TypeHash = hash_value(Out.str()); local
809 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
810 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);

Completed in 170 milliseconds