Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp62 {"_Complex long double*", SimpleTypeKind::Complex80},
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h72 Complex80 = 0x0052, // 80 bit complex enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp580 case SimpleTypeKind::Complex80: in GetCompilerTypeForSimpleKind()
636 case SimpleTypeKind::Complex80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp187 case SimpleTypeKind::Complex80: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp234 case SimpleTypeKind::Complex80: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1571 case 10: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()