Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h127 SimpleTypeKind getSimpleKind() const { in getSimpleKind() function
137 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp82 if (SimpleTypeName.Kind == TI.getSimpleKind()) { in simpleTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp447 name = GetSimpleTypeName(mr.ModifiedType.getSimpleKind()); in CreateModifierType()
510 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
513 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
514 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind()); in CreateSimpleType()
H A DDWARFLocationExpression.cpp521 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo()
H A DPdbAstBuilder.cpp707 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
710 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
H A DPdbUtil.cpp709 return GetTypeSizeForSimpleKind(id.index.getSimpleKind()); in GetSizeOfType()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp101 const auto Kind = Index.getSimpleKind(); in createSimpleType()
H A DNativeTypeEnum.cpp193 switch (Underlying.getSimpleKind()) { in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1649 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()