Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h67 uint64_t TypeHash = 0; variable
106 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp277 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp824 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
827 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()
5742 auto *TypeHash = getUBSanFunctionTypeHash(PointeeType); in EmitCall() local
5789 Builder.CreateICmpEQ(CalleeTypeHash, TypeHash); in EmitCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1013 auto *TypeHash = mdconst::extract<Constant>(MD->getOperand(1)); in emitFunctionHeader() local
1015 emitGlobalConstant(F.getParent()->getDataLayout(), TypeHash); in emitFunctionHeader()