Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h135 SimpleTypeKind getSimpleKind() const { in getSimpleKind() function
145 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp81 if (SimpleTypeName.Kind == TI.getSimpleKind()) { in simpleTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp192 switch (Underlying.getSimpleKind()) { in getBuiltinType()
H A DSymbolCache.cpp111 const auto Kind = Index.getSimpleKind(); in createSimpleType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1758 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()