Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp30 {"signed char*", SimpleTypeKind::SignedCharacter},
H A DTypeRecordHelpers.cpp109 case SimpleTypeKind::SignedCharacter: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp69 case SimpleTypeKind::SignedCharacter: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp931 case SimpleTypeKind::SignedCharacter: in GetCompilerTypeForSimpleKind()
1030 case SimpleTypeKind::SignedCharacter: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp163 case SimpleTypeKind::SignedCharacter: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp204 case SimpleTypeKind::SignedCharacter: in getBuiltinType()
H A DSymbolCache.cpp68 {codeview::SimpleTypeKind::SignedCharacter, PDB_BuiltinType::Char, 1},
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst128 SignedCharacter = 0x0010, // 8 bit signed
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1816 case 1: STK = SimpleTypeKind::SignedCharacter; break; in lowerTypeBasic()
1841 STK = SimpleTypeKind::SignedCharacter; in lowerTypeBasic()
1864 if ((STK == SimpleTypeKind::SignedCharacter || in lowerTypeBasic()