Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp60 {"_Complex double*", SimpleTypeKind::Complex64},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h70 Complex64 = 0x0051, // 64 bit complex enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp709 case SimpleTypeKind::Complex64: in GetCompilerTypeForSimpleKind()
767 case SimpleTypeKind::Complex64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp174 case SimpleTypeKind::Complex64: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp232 case SimpleTypeKind::Complex64: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1679 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()