reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  182     return TypeIndex(SimpleTypeKind::UInt64Quad);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1562                             ? TypeIndex(SimpleTypeKind::UInt64Quad)
 1658     case 8:  STK = SimpleTypeKind::UInt64Quad;        break;
lib/DebugInfo/CodeView/TypeIndex.cpp
   47     {"unsigned __int64*", SimpleTypeKind::UInt64Quad},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  225   case SimpleTypeKind::UInt64Quad:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   49     {codeview::SimpleTypeKind::UInt64Quad, PDB_BuiltinType::UInt, 8},
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  735   case SimpleTypeKind::UInt64Quad:
  769   case SimpleTypeKind::UInt64Quad:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  215   case SimpleTypeKind::UInt64Quad: