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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  180   static TypeIndex Int64Quad() { return TypeIndex(SimpleTypeKind::Int64Quad); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1649     case 8:  STK = SimpleTypeKind::Int64Quad;       break;
lib/DebugInfo/CodeView/TypeIndex.cpp
   46     {"__int64*", SimpleTypeKind::Int64Quad},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  216   case SimpleTypeKind::Int64Quad:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   48     {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   57   case SimpleTypeKind::Int64Quad:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  725   case SimpleTypeKind::Int64Quad:
  772   case SimpleTypeKind::Int64Quad:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  206   case SimpleTypeKind::Int64Quad: