Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp61 {"_Complex long double*", SimpleTypeKind::Complex80},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex80 = 0x0052, // 80 bit complex enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp707 case SimpleTypeKind::Complex80: in GetCompilerTypeForSimpleKind()
763 case SimpleTypeKind::Complex80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp173 case SimpleTypeKind::Complex80: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp233 case SimpleTypeKind::Complex80: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1680 case 10: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()