Home
last modified time | relevance | path

Searched refs:getSimpleKind (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h136 SimpleTypeKind getSimpleKind() const { in getSimpleKind() function
146 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp82 if (SimpleTypeName.Kind == TI.getSimpleKind()) { in simpleTypeName()
H A DTypeRecordHelpers.cpp75 switch (TI.getSimpleKind()) { in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp80 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo()
H A DSymbolFileNativePDB.cpp552 name = std::string(GetSimpleTypeName(mr.ModifiedType.getSimpleKind())); in CreateModifierType()
613 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
616 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
617 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind()); in CreateSimpleType()
H A DPdbAstBuilder.cpp507 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
510 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
H A DPdbUtil.cpp1074 return GetTypeSizeForSimpleKind(id.index.getSimpleKind()); in GetSizeOfType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp195 switch (Underlying.getSimpleKind()) { in getBuiltinType()
H A DSymbolCache.cpp116 const auto Kind = Index.getSimpleKind(); in createSimpleType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1854 ? (uint32_t)(TypeLeafKind)TIElementType.getSimpleKind() in visitKnownRecord()
3212 TypeLeafKind SimpleKind = (TypeLeafKind)TI.getSimpleKind(); in createBaseType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1917 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()