Home
last modified time | relevance | path

Searched refs:Boolean16 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp65 {"__bool16*", SimpleTypeKind::Boolean16},
HDTypeRecordHelpers.cpp136 case SimpleTypeKind::Boolean16: in getSizeInBytesForTypeIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h76 Boolean16 = 0x0031, // 16 bit boolean enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeEnum.cpp199 case SimpleTypeKind::Boolean16: in getBuiltinType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp925 case SimpleTypeKind::Boolean16: in GetCompilerTypeForSimpleKind()
1021 case SimpleTypeKind::Boolean16: in GetTypeSizeForSimpleKind()
HDSymbolFileNativePDB.cpp156 case SimpleTypeKind::Boolean16: in GetSimpleTypeName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1820 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()