Home
last modified time | relevance | path

Searched refs:Float32PartialPrecision (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp55 {"float*", SimpleTypeKind::Float32PartialPrecision},
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h61 Float32PartialPrecision = 0x0045, // 32 bit PP real enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp243 case SimpleTypeKind::Float32PartialPrecision: in getBuiltinType()