Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp60 {"_Complex float*", SimpleTypeKind::Complex32},
H A DTypeRecordHelpers.cpp148 case SimpleTypeKind::Complex32: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp235 case SimpleTypeKind::Complex32: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp948 case SimpleTypeKind::Complex32: in GetCompilerTypeForSimpleKind()
1013 case SimpleTypeKind::Complex32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp177 case SimpleTypeKind::Complex32: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1831 case 8: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()