Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp32 {"char*", SimpleTypeKind::NarrowCharacter},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp67 case SimpleTypeKind::NarrowCharacter: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp698 case SimpleTypeKind::NarrowCharacter: in GetCompilerTypeForSimpleKind()
796 case SimpleTypeKind::NarrowCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp164 case SimpleTypeKind::NarrowCharacter: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/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},
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1741 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()