Home
last modified time | relevance | path

Searched refs:SimpleTypeKind (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp21 SimpleTypeKind Kind;
28 {"void*", SimpleTypeKind::Void},
30 {"HRESULT*", SimpleTypeKind::HResult},
37 {"__int8*", SimpleTypeKind::SByte},
41 {"__int16*", SimpleTypeKind::Int16},
43 {"long*", SimpleTypeKind::Int32Long},
45 {"int*", SimpleTypeKind::Int32},
49 {"__int64*", SimpleTypeKind::Int64},
53 {"__half*", SimpleTypeKind::Float16},
54 {"float*", SimpleTypeKind::Float32},
[all …]
H A DTypeStreamMerger.cpp204 const TypeIndex TypeStreamMerger::Untranslated(SimpleTypeKind::NotTranslated);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp568 case SimpleTypeKind::Byte: in GetCompilerTypeForSimpleKind()
574 case SimpleTypeKind::SByte: in GetCompilerTypeForSimpleKind()
597 case SimpleTypeKind::Int64: in GetCompilerTypeForSimpleKind()
600 case SimpleTypeKind::Int32: in GetCompilerTypeForSimpleKind()
602 case SimpleTypeKind::Int16: in GetCompilerTypeForSimpleKind()
620 case SimpleTypeKind::Void: in GetCompilerTypeForSimpleKind()
644 case SimpleTypeKind::Int64: in GetTypeSizeForSimpleKind()
651 case SimpleTypeKind::Int32: in GetTypeSizeForSimpleKind()
660 case SimpleTypeKind::Int16: in GetTypeSizeForSimpleKind()
667 case SimpleTypeKind::Byte: in GetTypeSizeForSimpleKind()
[all …]
H A DDWARFLocationExpression.cpp497 case SimpleTypeKind::Int128: in IsSimpleTypeSignedInteger()
498 case SimpleTypeKind::Int64: in IsSimpleTypeSignedInteger()
499 case SimpleTypeKind::Int64Quad: in IsSimpleTypeSignedInteger()
500 case SimpleTypeKind::Int32: in IsSimpleTypeSignedInteger()
502 case SimpleTypeKind::Int16: in IsSimpleTypeSignedInteger()
504 case SimpleTypeKind::Float128: in IsSimpleTypeSignedInteger()
505 case SimpleTypeKind::Float80: in IsSimpleTypeSignedInteger()
506 case SimpleTypeKind::Float64: in IsSimpleTypeSignedInteger()
507 case SimpleTypeKind::Float32: in IsSimpleTypeSignedInteger()
508 case SimpleTypeKind::Float16: in IsSimpleTypeSignedInteger()
[all …]
H A DSymbolFileNativePDB.cpp175 case SimpleTypeKind::Byte: in GetSimpleTypeName()
181 case SimpleTypeKind::SByte: in GetSimpleTypeName()
192 case SimpleTypeKind::Float80: in GetSimpleTypeName()
200 case SimpleTypeKind::Int128: in GetSimpleTypeName()
202 case SimpleTypeKind::Int64: in GetSimpleTypeName()
205 case SimpleTypeKind::Int32: in GetSimpleTypeName()
207 case SimpleTypeKind::Int16: in GetSimpleTypeName()
211 case SimpleTypeKind::UInt64: in GetSimpleTypeName()
216 case SimpleTypeKind::UInt32: in GetSimpleTypeName()
218 case SimpleTypeKind::UInt16: in GetSimpleTypeName()
[all …]
H A DPdbUtil.h148 size_t GetTypeSizeForSimpleKind(llvm::codeview::SimpleTypeKind kind);
150 GetCompilerTypeForSimpleKind(llvm::codeview::SimpleTypeKind kind);
H A DPdbAstBuilder.cpp707 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp210 case SimpleTypeKind::Int128: in getBuiltinType()
212 case SimpleTypeKind::Int16: in getBuiltinType()
214 case SimpleTypeKind::Int32: in getBuiltinType()
216 case SimpleTypeKind::Int64: in getBuiltinType()
219 case SimpleTypeKind::UInt128: in getBuiltinType()
221 case SimpleTypeKind::UInt16: in getBuiltinType()
223 case SimpleTypeKind::UInt32: in getBuiltinType()
225 case SimpleTypeKind::UInt64: in getBuiltinType()
228 case SimpleTypeKind::HResult: in getBuiltinType()
237 case SimpleTypeKind::Float16: in getBuiltinType()
[all …]
H A DSymbolCache.cpp35 codeview::SimpleTypeKind Kind;
39 {codeview::SimpleTypeKind::None, PDB_BuiltinType::None, 0},
40 {codeview::SimpleTypeKind::Void, PDB_BuiltinType::Void, 0},
42 {codeview::SimpleTypeKind::Int16Short, PDB_BuiltinType::Int, 2},
44 {codeview::SimpleTypeKind::Int32, PDB_BuiltinType::Int, 4},
45 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4},
46 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
48 {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
56 {codeview::SimpleTypeKind::Float32, PDB_BuiltinType::Float, 4},
57 {codeview::SimpleTypeKind::Float64, PDB_BuiltinType::Float, 8},
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h27 enum class SimpleTypeKind : uint32_t { enum
106 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex()
108 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex()
127 SimpleTypeKind getSimpleKind() const { in getSimpleKind()
156 return TypeIndex(SimpleTypeKind::SignedCharacter); in SignedCharacter()
162 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
165 return TypeIndex(SimpleTypeKind::WideCharacter); in WideCharacter()
168 return TypeIndex(SimpleTypeKind::Int16Short); in Int16Short()
171 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
177 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1490 return TypeIndex(SimpleTypeKind::HResult); in lowerTypeAlias()
1552 SimpleTypeKind STK = SimpleTypeKind::None; in lowerTypeBasic()
1577 case 2: STK = SimpleTypeKind::Float16; break; in lowerTypeBasic()
1611 STK = SimpleTypeKind::SignedCharacter; in lowerTypeBasic()
1615 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()
1623 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()
1625 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()
1626 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()
1628 STK = SimpleTypeKind::WideCharacter; in lowerTypeBasic()
1629 if ((STK == SimpleTypeKind::SignedCharacter || in lowerTypeBasic()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp797 TI = TypeIndex(SimpleTypeKind::NotTranslated); in remapTypesInSymbolRecord()