Home
last modified time | relevance | path

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

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