Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h79 Boolean128 = 0x0034, // 128 bit boolean enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp562 case SimpleTypeKind::Boolean128: in GetCompilerTypeForSimpleKind()
631 case SimpleTypeKind::Boolean128: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp169 case SimpleTypeKind::Boolean128: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp194 case SimpleTypeKind::Boolean128: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1563 case 16: STK = SimpleTypeKind::Boolean128; break; in lowerTypeBasic()