Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h33 UnsignedCharacter = 0x0020, // 8 bit unsigned enumerator
157 static TypeIndex UnsignedCharacter() { in UnsignedCharacter() function
158 return TypeIndex(SimpleTypeKind::UnsignedCharacter); in UnsignedCharacter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp31 {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp55 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
DNativeTypeEnum.cpp200 case SimpleTypeKind::UnsignedCharacter: in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1655 case 1: STK = SimpleTypeKind::UnsignedCharacter; break; in lowerTypeBasic()
1674 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1689 STK == SimpleTypeKind::UnsignedCharacter) && in lowerTypeBasic()