Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp57 {"long double*", SimpleTypeKind::Float80},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h63 Float80 = 0x0042, // 80 bit real enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp241 case SimpleTypeKind::Float80: in getBuiltinType()
H A DSymbolCache.cpp67 {codeview::SimpleTypeKind::Float80, PDB_BuiltinType::Float, 10},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst159 Float80 = 0x0042, // 80 bit real
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1690 case 10: STK = SimpleTypeKind::Float80; break; in lowerTypeBasic()