Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp61 {"_Complex double*", SimpleTypeKind::Complex64},
H A DTypeRecordHelpers.cpp150 case SimpleTypeKind::Complex64: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp237 case SimpleTypeKind::Complex64: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp946 case SimpleTypeKind::Complex64: in GetCompilerTypeForSimpleKind()
1004 case SimpleTypeKind::Complex64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp176 case SimpleTypeKind::Complex64: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1832 case 16: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()