Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h59 uint64_t TypeHash = 0; variable
94 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp301 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp807 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
810 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()