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

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

Completed in 91 milliseconds