Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h34 NarrowCharacter = 0x0070, // really a char enumerator
169 static TypeIndex NarrowCharacter() { in NarrowCharacter() function
170 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp32 {"char*", SimpleTypeKind::NarrowCharacter},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp199 case SimpleTypeKind::NarrowCharacter: in getBuiltinType()
H A DSymbolCache.cpp59 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst130 NarrowCharacter = 0x0070, // really a char
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1741 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()