Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h79 Boolean128 = 0x0034, // 128 bit boolean enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp195 case SimpleTypeKind::Boolean128: in getBuiltinType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp826 case SimpleTypeKind::Boolean128: in GetCompilerTypeForSimpleKind()
897 case SimpleTypeKind::Boolean128: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp158 case SimpleTypeKind::Boolean128: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst175 Boolean128 = 0x0034, // 128 bit boolean
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1773 case 16: STK = SimpleTypeKind::Boolean128; break; in lowerTypeBasic()