HomeSort by relevance Sort by last modified time
    Searched refs:TypeHash (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFTypeUnit.cpp 20 TypeHash = debug_info.getU64(offset_ptr);
31 << " type_signature = " << format("0x%16" PRIx64, TypeHash)
DWARFTypeUnit.h 19 uint64_t TypeHash;
  /external/clang/lib/CodeGen/
CGExpr.cpp 547 llvm::hash_code TypeHash = hash_value(Out.str());
549 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
550 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);
    [all...]

Completed in 48 milliseconds