Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp31 {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
H A DTypeRecordHelpers.cpp110 case SimpleTypeKind::UnsignedCharacter: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp203 case SimpleTypeKind::UnsignedCharacter: in getBuiltinType()
H A DSymbolCache.cpp69 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp927 case SimpleTypeKind::UnsignedCharacter: in GetCompilerTypeForSimpleKind()
1028 case SimpleTypeKind::UnsignedCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp159 case SimpleTypeKind::UnsignedCharacter: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst129 UnsignedCharacter = 0x0020, // 8 bit unsigned
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1825 case 1: STK = SimpleTypeKind::UnsignedCharacter; break; in lowerTypeBasic()
1845 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1865 STK == SimpleTypeKind::UnsignedCharacter) && in lowerTypeBasic()