Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h63 uint64_t TypeHash = 0; variable
102 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp274 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp828 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
831 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()