Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp65 {"__bool16*", SimpleTypeKind::Boolean16},
H A DTypeRecordHelpers.cpp136 case SimpleTypeKind::Boolean16: in getSizeInBytesForTypeIndex()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h76 Boolean16 = 0x0031, // 16 bit boolean enumerator
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp199 case SimpleTypeKind::Boolean16: in getBuiltinType()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp921 case SimpleTypeKind::Boolean16: in GetCompilerTypeForSimpleKind()
1017 case SimpleTypeKind::Boolean16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp153 case SimpleTypeKind::Boolean16: in GetSimpleTypeName()
/openbsd/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst172 Boolean16 = 0x0031, // 16 bit boolean
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1789 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()