Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h27 UnsignedCharacter = 0x0020, // 8 bit unsigned enumerator
130 static TypeIndex UnsignedCharacter() { in UnsignedCharacter() function
131 return TypeIndex(SimpleTypeKind::UnsignedCharacter); in UnsignedCharacter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h34 UnsignedCharacter = 0x0020, // 8 bit unsigned enumerator
149 static TypeIndex UnsignedCharacter() { in UnsignedCharacter() function
150 return TypeIndex(SimpleTypeKind::UnsignedCharacter); in UnsignedCharacter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp32 {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp57 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1483 case 1: STK = SimpleTypeKind::UnsignedCharacter; break; in lowerTypeBasic()
1502 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1517 STK == SimpleTypeKind::UnsignedCharacter) && in lowerTypeBasic()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp29 {"unsigned char*", SimpleTypeKind::UnsignedCharacter},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1113 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1128 STK == SimpleTypeKind::UnsignedCharacter) && in lowerTypeBasic()