Home
last modified time | relevance | path

Searched refs:Float48 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp56 {"__float48*", SimpleTypeKind::Float48},
H A DTypeRecordHelpers.cpp124 case SimpleTypeKind::Float48: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h62 Float48 = 0x0044, // 48 bit real enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp244 case SimpleTypeKind::Float48: in getBuiltinType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1841 case 6: STK = SimpleTypeKind::Float48; break; in lowerTypeBasic()