Home
last modified time | relevance | path

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

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