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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  174   static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1547   if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) &&
 1682     STK = SimpleTypeKind::Int32Long;
lib/DebugInfo/CodeView/TypeIndex.cpp
   42     {"long*", SimpleTypeKind::Int32Long},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  214   case SimpleTypeKind::Int32Long:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   46     {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   59   case SimpleTypeKind::Int32Long:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  743   case SimpleTypeKind::Int32Long:
  779   case SimpleTypeKind::Int32Long:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  224   case SimpleTypeKind::Int32Long: