Searched refs:TypeHash (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFTypeUnit.cpp | 20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl() 31 << " type_signature = " << format("0x%16" PRIx64, TypeHash) in dump()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | pytree.h | 63 struct TypeHash { struct 74 absl::flat_hash_map<pybind11::object, std::unique_ptr<Registration>, TypeHash, argument
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypeUnit.h | 19 uint64_t TypeHash;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 59 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/ |
D | DWARFUnit.h | 59 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/ |
D | DWARFUnit.cpp | 301 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 256 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
|
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 604 ImGuiID TypeHash; // == ImHashStr(TypeName, 0, 0) member
|
D | imgui.cpp | 3551 ini_handler.TypeHash = ImHashStr("Window", 0); in Initialize() 9000 if (g.SettingsHandlers[handler_n].TypeHash == type_hash) in FindSettingsHandler()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 640 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/ |
D | CGExpr.cpp | 832 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local 835 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck()
|