Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
31 << " type_signature = " << format("0x%16" PRIx64, TypeHash) in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h19 uint64_t TypeHash;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h59 uint64_t TypeHash = 0; variable
93 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp134 TypeHash = debug_info.getU64(offset_ptr); in extract()
/external/clang/lib/CodeGen/
DCGExpr.cpp640 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
643 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()