Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp60 {"_Complex float*", SimpleTypeKind::Complex32},
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp234 case SimpleTypeKind::Complex32: in getBuiltinType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp850 case SimpleTypeKind::Complex32: in GetCompilerTypeForSimpleKind()
915 case SimpleTypeKind::Complex32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp180 case SimpleTypeKind::Complex32: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst164 Complex32 = 0x0050, // 32 bit complex
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1779 case 4: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()