Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp34 {"char16_t*", SimpleTypeKind::Character16},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h36 Character16 = 0x007a, // char16_t enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp52 {codeview::SimpleTypeKind::Character16, PDB_BuiltinType::Char16, 2},
DNativeTypeEnum.cpp205 case SimpleTypeKind::Character16: in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1664 case 2: STK = SimpleTypeKind::Character16; break; in lowerTypeBasic()