Searched defs:TypeHash (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
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 103 milliseconds