Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp57 {"long double*", SimpleTypeKind::Float80},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h63 Float80 = 0x0042, // 80 bit real enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp63 case SimpleTypeKind::Float80: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp714 case SimpleTypeKind::Float80: in GetCompilerTypeForSimpleKind()
764 case SimpleTypeKind::Float80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp178 case SimpleTypeKind::Float80: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp241 case SimpleTypeKind::Float80: in getBuiltinType()
H A DSymbolCache.cpp67 {codeview::SimpleTypeKind::Float80, PDB_BuiltinType::Float, 10},
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1690 case 10: STK = SimpleTypeKind::Float80; break; in lowerTypeBasic()