Home
last modified time | relevance | path

Searched refs:NarrowCharacter (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.h34 NarrowCharacter = 0x0070, // really a char enumerator
160 static TypeIndex NarrowCharacter() { in NarrowCharacter() function
161 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp32 {"char*", SimpleTypeKind::NarrowCharacter},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp50 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
DNativeTypeEnum.cpp199 case SimpleTypeKind::NarrowCharacter: in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1691 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()