Home
last modified time | relevance | path

Searched refs:UnsignedCharacter (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h33 UnsignedCharacter = 0x0020, // 8 bit unsigned enumerator
167 static TypeIndex UnsignedCharacter() { in UnsignedCharacter() function
168 return TypeIndex(SimpleTypeKind::UnsignedCharacter); in UnsignedCharacter()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp31 {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp202 case SimpleTypeKind::UnsignedCharacter: in getBuiltinType()
H A DSymbolCache.cpp69 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp833 case SimpleTypeKind::UnsignedCharacter: in GetCompilerTypeForSimpleKind()
934 case SimpleTypeKind::UnsignedCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp165 case SimpleTypeKind::UnsignedCharacter: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst129 UnsignedCharacter = 0x0020, // 8 bit unsigned
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1806 case 1: STK = SimpleTypeKind::UnsignedCharacter; break; in lowerTypeBasic()
1826 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1846 STK == SimpleTypeKind::UnsignedCharacter) && in lowerTypeBasic()