Home
last modified time | relevance | path

Searched refs:TypeHash (Results 1 – 11 of 11) 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/tensorflow/tensorflow/compiler/xla/python/
Dpytree.h63 struct TypeHash { struct
74 absl::flat_hash_map<pybind11::object, std::unique_ptr<Registration>, TypeHash, argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h19 uint64_t TypeHash;
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h59 uint64_t TypeHash = 0; variable
98 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h59 uint64_t TypeHash = 0; variable
94 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp301 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp256 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
/external/mesa3d/src/imgui/
Dimgui_internal.h604 ImGuiID TypeHash; // == ImHashStr(TypeName, 0, 0) member
Dimgui.cpp3551 ini_handler.TypeHash = ImHashStr("Window", 0); in Initialize()
9000 if (g.SettingsHandlers[handler_n].TypeHash == type_hash) in FindSettingsHandler()
/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()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp832 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
835 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()