Home
last modified time | relevance | path

Searched refs:NarrowCharacter (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h28 NarrowCharacter = 0x0070, // really a char enumerator
133 static TypeIndex NarrowCharacter() { in NarrowCharacter() function
134 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp30 {"char*", SimpleTypeKind::NarrowCharacter},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1130 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()