Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp32 {"char*", SimpleTypeKind::NarrowCharacter},
H A DTypeRecordHelpers.cpp111 case SimpleTypeKind::NarrowCharacter: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp68 case SimpleTypeKind::NarrowCharacter: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp933 case SimpleTypeKind::NarrowCharacter: in GetCompilerTypeForSimpleKind()
1033 case SimpleTypeKind::NarrowCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp164 case SimpleTypeKind::NarrowCharacter: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp202 case SimpleTypeKind::NarrowCharacter: in getBuiltinType()
H A DSymbolCache.cpp63 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1790 TypeIndex CharType = TypeIndex(SimpleTypeKind::NarrowCharacter); in lowerTypeBasic()
1900 STK = SimpleTypeKind::NarrowCharacter; in lowerTypePointer()