Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp61 {"_Complex double*", SimpleTypeKind::Complex64},
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp582 case SimpleTypeKind::Complex64: in GetCompilerTypeForSimpleKind()
640 case SimpleTypeKind::Complex64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp188 case SimpleTypeKind::Complex64: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp233 case SimpleTypeKind::Complex64: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1570 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()