Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
31 << " type_signature = " << format("0x%16" PRIx64, TypeHash) in dump()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFTypeUnit.h19 uint64_t TypeHash;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp576 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
579 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()