Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp64 {"__bool16*", SimpleTypeKind::Boolean16},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h75 Boolean16 = 0x0031, // 16 bit boolean enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp690 case SimpleTypeKind::Boolean16: in GetCompilerTypeForSimpleKind()
784 case SimpleTypeKind::Boolean16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp156 case SimpleTypeKind::Boolean16: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp196 case SimpleTypeKind::Boolean16: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1669 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()