Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp61 {"_Complex double*", SimpleTypeKind::Complex64},
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp236 case SimpleTypeKind::Complex64: in getBuiltinType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp848 case SimpleTypeKind::Complex64: in GetCompilerTypeForSimpleKind()
906 case SimpleTypeKind::Complex64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp179 case SimpleTypeKind::Complex64: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst167 Complex64 = 0x0051, // 64 bit complex
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1780 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()