Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h34 NarrowCharacter = 0x0070, // really a char enumerator
170 static TypeIndex NarrowCharacter() { in NarrowCharacter() function
171 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp32 {"char*", SimpleTypeKind::NarrowCharacter},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp67 case SimpleTypeKind::NarrowCharacter: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp835 case SimpleTypeKind::NarrowCharacter: in GetCompilerTypeForSimpleKind()
935 case SimpleTypeKind::NarrowCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp167 case SimpleTypeKind::NarrowCharacter: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp201 case SimpleTypeKind::NarrowCharacter: in getBuiltinType()
H A DSymbolCache.cpp63 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst130 NarrowCharacter = 0x0070, // really a char
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1740 TypeIndex CharType = TypeIndex(SimpleTypeKind::NarrowCharacter); in lowerTypeString()
1848 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()