Home
last modified time | relevance | path

Searched refs:Complex32 (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp60 {"_Complex float*", SimpleTypeKind::Complex32},
H A DTypeRecordHelpers.cpp148 case SimpleTypeKind::Complex32: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp235 case SimpleTypeKind::Complex32: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp944 case SimpleTypeKind::Complex32: in GetCompilerTypeForSimpleKind()
1009 case SimpleTypeKind::Complex32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp174 case SimpleTypeKind::Complex32: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst164 Complex32 = 0x0050, // 32 bit complex
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1798 case 4: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()