Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h136 SimpleTypeKind getSimpleKind() const { in getSimpleKind() function
146 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp82 if (SimpleTypeName.Kind == TI.getSimpleKind()) { in simpleTypeName()
H A DTypeRecordHelpers.cpp75 switch (TI.getSimpleKind()) { in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp80 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo()
H A DSymbolFileNativePDB.cpp549 name = std::string(GetSimpleTypeName(mr.ModifiedType.getSimpleKind())); in CreateModifierType()
610 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
613 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
614 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind()); in CreateSimpleType()
H A DPdbAstBuilder.cpp506 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
H A DPdbUtil.cpp1070 return GetTypeSizeForSimpleKind(id.index.getSimpleKind()); in GetSizeOfType()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1884 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()