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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  158     return TypeIndex(SimpleTypeKind::UnsignedCharacter);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1655     case 1:  STK = SimpleTypeKind::UnsignedCharacter; break;
 1674       STK = SimpleTypeKind::UnsignedCharacter;
 1689        STK == SimpleTypeKind::UnsignedCharacter) &&
lib/DebugInfo/CodeView/TypeIndex.cpp
   31     {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  200   case SimpleTypeKind::UnsignedCharacter:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   55     {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  696   case SimpleTypeKind::UnsignedCharacter:
  795   case SimpleTypeKind::UnsignedCharacter:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  179   case SimpleTypeKind::UnsignedCharacter: