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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  155     return TypeIndex(SimpleTypeKind::SignedCharacter);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1646     case 1:  STK = SimpleTypeKind::SignedCharacter; break;
 1670       STK = SimpleTypeKind::SignedCharacter;
 1688   if ((STK == SimpleTypeKind::SignedCharacter ||
lib/DebugInfo/CodeView/TypeIndex.cpp
   30     {"signed char*", SimpleTypeKind::SignedCharacter},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  201   case SimpleTypeKind::SignedCharacter:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   54     {codeview::SimpleTypeKind::SignedCharacter, PDB_BuiltinType::Char, 1},
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   68   case SimpleTypeKind::SignedCharacter:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  700   case SimpleTypeKind::SignedCharacter:
  797   case SimpleTypeKind::SignedCharacter:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  183   case SimpleTypeKind::SignedCharacter:
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   64   TypeIndex CharStar(SimpleTypeKind::SignedCharacter,
   71   TypeIndex CharP(SimpleTypeKind::SignedCharacter, SimpleTypeMode::NearPointer);