Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp61 {"_Complex double*", SimpleTypeKind::Complex64},
H A DTypeRecordHelpers.cpp150 case SimpleTypeKind::Complex64: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp237 case SimpleTypeKind::Complex64: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp942 case SimpleTypeKind::Complex64: in GetCompilerTypeForSimpleKind()
1000 case SimpleTypeKind::Complex64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp173 case SimpleTypeKind::Complex64: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst167 Complex64 = 0x0051, // 64 bit complex
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1799 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()