Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp65 {"__bool16*", SimpleTypeKind::Boolean16},
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h76 Boolean16 = 0x0031, // 16 bit boolean enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp198 case SimpleTypeKind::Boolean16: in getBuiltinType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp827 case SimpleTypeKind::Boolean16: in GetCompilerTypeForSimpleKind()
923 case SimpleTypeKind::Boolean16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp159 case SimpleTypeKind::Boolean16: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst172 Boolean16 = 0x0031, // 16 bit boolean
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1770 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()