Home
last modified time | relevance | path

Searched refs:Complex128 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp63 {"_Complex __float128*", SimpleTypeKind::Complex128},
H A DTypeRecordHelpers.cpp154 case SimpleTypeKind::Complex128: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h73 Complex128 = 0x0053, // 128 bit complex enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp239 case SimpleTypeKind::Complex128: in getBuiltinType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1834 case 32: STK = SimpleTypeKind::Complex128; break; in lowerTypeBasic()