Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp58 {"long double*", SimpleTypeKind::Float80},
H A DTypeRecordHelpers.cpp128 case SimpleTypeKind::Float80: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h64 Float80 = 0x0042, // 80 bit real enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp64 case SimpleTypeKind::Float80: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp951 case SimpleTypeKind::Float80: in GetCompilerTypeForSimpleKind()
1001 case SimpleTypeKind::Float80: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp180 case SimpleTypeKind::Float80: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp246 case SimpleTypeKind::Float80: in getBuiltinType()
H A DSymbolCache.cpp72 {codeview::SimpleTypeKind::Float80, PDB_BuiltinType::Float, 10},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1843 case 10: STK = SimpleTypeKind::Float80; break; in lowerTypeBasic()