Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h34 UnsignedCharacter = 0x0020, // 8 bit unsigned enumerator
158 static TypeIndex UnsignedCharacter() { in UnsignedCharacter() function
159 return TypeIndex(SimpleTypeKind::UnsignedCharacter); in UnsignedCharacter()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp32 {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp569 case SimpleTypeKind::UnsignedCharacter: in GetCompilerTypeForSimpleKind()
668 case SimpleTypeKind::UnsignedCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp176 case SimpleTypeKind::UnsignedCharacter: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp55 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
H A DNativeTypeEnum.cpp201 case SimpleTypeKind::UnsignedCharacter: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1596 case 1: STK = SimpleTypeKind::UnsignedCharacter; break; in lowerTypeBasic()
1615 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1630 STK == SimpleTypeKind::UnsignedCharacter) && in lowerTypeBasic()