Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h136 SimpleTypeKind getSimpleKind() const { in getSimpleKind() function
146 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp82 if (SimpleTypeName.Kind == TI.getSimpleKind()) { in simpleTypeName()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp79 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo()
H A DSymbolFileNativePDB.cpp471 name = std::string(GetSimpleTypeName(mr.ModifiedType.getSimpleKind())); in CreateModifierType()
534 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
537 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
538 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind()); in CreateSimpleType()
H A DPdbUtil.cpp806 GetTypeSizeForSimpleKind(result.type.getSimpleKind()) - size; in GetVariableLocationInfo()
976 return GetTypeSizeForSimpleKind(id.index.getSimpleKind()); in GetSizeOfType()
H A DPdbAstBuilder.cpp796 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
799 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp194 switch (Underlying.getSimpleKind()) { in getBuiltinType()
H A DSymbolCache.cpp116 const auto Kind = Index.getSimpleKind(); in createSimpleType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1865 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()