Searched refs:TypeHash (Results 1 – 5 of 5) sorted by relevance
20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()31 << " type_signature = " << format("0x%16" PRIx64, TypeHash) in dump()
19 uint64_t TypeHash;
59 uint64_t TypeHash = 0; variable93 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
134 TypeHash = debug_info.getU64(offset_ptr); in extract()
640 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local643 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()