Home
last modified time | relevance | path

Searched refs:NarrowCharacter (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h35 NarrowCharacter = 0x0070, // really a char enumerator
152 static TypeIndex NarrowCharacter() { in NarrowCharacter() function
153 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp33 {"char*", SimpleTypeKind::NarrowCharacter},
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp55 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp30 {"char*", SimpleTypeKind::NarrowCharacter},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1130 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1519 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()