Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp62 {"_Complex long double*", SimpleTypeKind::Complex80},
H A DTypeRecordHelpers.cpp152 case SimpleTypeKind::Complex80: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h72 Complex80 = 0x0052, // 80 bit complex enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp238 case SimpleTypeKind::Complex80: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp940 case SimpleTypeKind::Complex80: in GetCompilerTypeForSimpleKind()
996 case SimpleTypeKind::Complex80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp172 case SimpleTypeKind::Complex80: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst168 Complex80 = 0x0052, // 80 bit complex
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1800 case 10: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()