Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp59 {"_Complex float*", SimpleTypeKind::Complex32},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h67 Complex32 = 0x0050, // 32 bit complex enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp711 case SimpleTypeKind::Complex32: in GetCompilerTypeForSimpleKind()
776 case SimpleTypeKind::Complex32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp175 case SimpleTypeKind::Complex32: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp230 case SimpleTypeKind::Complex32: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1678 case 4: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()