Home
last modified time | relevance | path

Searched refs:SignedCharacter (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h32 SignedCharacter = 0x0010, // 8 bit signed enumerator
164 static TypeIndex SignedCharacter() { in SignedCharacter() function
165 return TypeIndex(SimpleTypeKind::SignedCharacter); in SignedCharacter()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeHashingTest.cpp65 TypeIndex CharStar(SimpleTypeKind::SignedCharacter, in TEST()
72 TypeIndex CharP(SimpleTypeKind::SignedCharacter, SimpleTypeMode::NearPointer); in TEST()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp30 {"signed char*", SimpleTypeKind::SignedCharacter},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp68 case SimpleTypeKind::SignedCharacter: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp837 case SimpleTypeKind::SignedCharacter: in GetCompilerTypeForSimpleKind()
936 case SimpleTypeKind::SignedCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp169 case SimpleTypeKind::SignedCharacter: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp203 case SimpleTypeKind::SignedCharacter: in getBuiltinType()
H A DSymbolCache.cpp68 {codeview::SimpleTypeKind::SignedCharacter, PDB_BuiltinType::Char, 1},
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst128 SignedCharacter = 0x0010, // 8 bit signed
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1797 case 1: STK = SimpleTypeKind::SignedCharacter; break; in lowerTypeBasic()
1822 STK = SimpleTypeKind::SignedCharacter; in lowerTypeBasic()
1845 if ((STK == SimpleTypeKind::SignedCharacter || in lowerTypeBasic()