Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeRecordHelpers.cpp142 case SimpleTypeKind::Boolean128: in getSizeInBytesForTypeIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h79 Boolean128 = 0x0034, // 128 bit boolean enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeEnum.cpp196 case SimpleTypeKind::Boolean128: in getBuiltinType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp924 case SimpleTypeKind::Boolean128: in GetCompilerTypeForSimpleKind()
995 case SimpleTypeKind::Boolean128: in GetTypeSizeForSimpleKind()
HDSymbolFileNativePDB.cpp155 case SimpleTypeKind::Boolean128: in GetSimpleTypeName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1823 case 16: STK = SimpleTypeKind::Boolean128; break; in lowerTypeBasic()