Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h34 NarrowCharacter = 0x0070, // really a char enumerator
169 static TypeIndex NarrowCharacter() { in NarrowCharacter() function
170 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp32 {"char*", SimpleTypeKind::NarrowCharacter},
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp67 case SimpleTypeKind::NarrowCharacter: in IsSimpleTypeSignedInteger()
DPdbUtil.cpp698 case SimpleTypeKind::NarrowCharacter: in GetCompilerTypeForSimpleKind()
796 case SimpleTypeKind::NarrowCharacter: in GetTypeSizeForSimpleKind()
DSymbolFileNativePDB.cpp164 case SimpleTypeKind::NarrowCharacter: in GetSimpleTypeName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp199 case SimpleTypeKind::NarrowCharacter: in getBuiltinType()
DSymbolCache.cpp59 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1741 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()