Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp58 {"long double*", SimpleTypeKind::Float80},
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h64 Float80 = 0x0042, // 80 bit real enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp587 case SimpleTypeKind::Float80: in GetCompilerTypeForSimpleKind()
637 case SimpleTypeKind::Float80: in GetTypeSizeForSimpleKind()
H A DDWARFLocationExpression.cpp505 case SimpleTypeKind::Float80: in IsSimpleTypeSignedInteger()
H A DSymbolFileNativePDB.cpp192 case SimpleTypeKind::Float80: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp58 {codeview::SimpleTypeKind::Float80, PDB_BuiltinType::Float, 10},
H A DNativeTypeEnum.cpp242 case SimpleTypeKind::Float80: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1581 case 10: STK = SimpleTypeKind::Float80; break; in lowerTypeBasic()