Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp56 {"__float48*", SimpleTypeKind::Float48},
HDTypeRecordHelpers.cpp124 case SimpleTypeKind::Float48: in getSizeInBytesForTypeIndex()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h62 Float48 = 0x0044, // 48 bit real enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeEnum.cpp244 case SimpleTypeKind::Float48: in getBuiltinType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1841 case 6: STK = SimpleTypeKind::Float48; break; in lowerTypeBasic()