Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp55 {"__float48*", SimpleTypeKind::Float48},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h61 Float48 = 0x0044, // 48 bit real enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp239 case SimpleTypeKind::Float48: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1688 case 6: STK = SimpleTypeKind::Float48; break; in lowerTypeBasic()