Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp62 {"_Complex long double*", SimpleTypeKind::Complex80},
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h72 Complex80 = 0x0052, // 80 bit complex enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp237 case SimpleTypeKind::Complex80: in getBuiltinType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp846 case SimpleTypeKind::Complex80: in GetCompilerTypeForSimpleKind()
902 case SimpleTypeKind::Complex80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp178 case SimpleTypeKind::Complex80: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst168 Complex80 = 0x0052, // 80 bit complex
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1781 case 10: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()