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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  173   static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1657     case 4:  STK = SimpleTypeKind::UInt32;            break;
 1683   if (STK == SimpleTypeKind::UInt32 && Ty->getName() == "long unsigned int")
lib/DebugInfo/CodeView/TypeIndex.cpp
   45     {"unsigned*", SimpleTypeKind::UInt32},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  222   case SimpleTypeKind::UInt32:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   45     {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4},
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  738   case SimpleTypeKind::UInt32:
  782   case SimpleTypeKind::UInt32:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  219   case SimpleTypeKind::UInt32: