Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp62 {"_Complex long double*", SimpleTypeKind::Complex80},
H A DTypeRecordHelpers.cpp152 case SimpleTypeKind::Complex80: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h72 Complex80 = 0x0052, // 80 bit complex enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp238 case SimpleTypeKind::Complex80: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp944 case SimpleTypeKind::Complex80: in GetCompilerTypeForSimpleKind()
1000 case SimpleTypeKind::Complex80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp175 case SimpleTypeKind::Complex80: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1833 case 20: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()