Home
last modified time | relevance | path

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

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