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

/external/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp20 TypeHash = debug_info.getU64(offset_ptr);
31 << " type_signature = " << format("0x%16" PRIx64, TypeHash)
H A DDWARFTypeUnit.h19 uint64_t TypeHash; member in class:llvm::DWARFTypeUnit
/external/clang/lib/CodeGen/
H A DCGExpr.cpp547 llvm::hash_code TypeHash = hash_value(Out.str()); local
549 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
550 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);

Completed in 108 milliseconds