HomeSort by relevance Sort by last modified time
    Searched full:typehash (Results 1 - 25 of 33) sorted by null

1 2

  /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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 28 uint64_t TypeHash;
  /prebuilts/go/darwin-x86/src/runtime/
type.go 480 typehash := make(map[uint32][]*_type, len(firstmoduledata.typelinks))
485 // Collect types from the previous module into typehash.
494 // Add to typehash if not seen before.
495 tlist := typehash[t.hash]
501 typehash[t.hash] = append(tlist, t)
513 for _, candidate := range typehash[t.hash] {
  /prebuilts/go/linux-x86/src/runtime/
type.go 480 typehash := make(map[uint32][]*_type, len(firstmoduledata.typelinks))
485 // Collect types from the previous module into typehash.
494 // Add to typehash if not seen before.
495 tlist := typehash[t.hash]
501 typehash[t.hash] = append(tlist, t)
513 for _, candidate := range typehash[t.hash] {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 125 // %- v type identifiers with package name instead of prefix (typesym, dcommontype, typehash)
612 return s.Pkg.Name + "." + s.Name // dcommontype, typehash
    [all...]
reflect.go 888 ot = duint32(lsym, ot, typehash(t))
    [all...]
subr.go 1096 // typehash computes a hash value for type t to use in type switch statements.
1097 func typehash(t *types.Type) uint32 { func
    [all...]
swt.go 541 hash: typehash(n.Left.Type),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 125 // %- v type identifiers with package name instead of prefix (typesym, dcommontype, typehash)
612 return s.Pkg.Name + "." + s.Name // dcommontype, typehash
    [all...]
reflect.go 888 ot = duint32(lsym, ot, typehash(t))
    [all...]
subr.go 1096 // typehash computes a hash value for type t to use in type switch statements.
1097 func typehash(t *types.Type) uint32 { func
    [all...]

Completed in 1103 milliseconds

1 2