Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp65 {"__bool16*", SimpleTypeKind::Boolean16},
H A DTypeRecordHelpers.cpp136 case SimpleTypeKind::Boolean16: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h76 Boolean16 = 0x0031, // 16 bit boolean enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp199 case SimpleTypeKind::Boolean16: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp925 case SimpleTypeKind::Boolean16: in GetCompilerTypeForSimpleKind()
1021 case SimpleTypeKind::Boolean16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp156 case SimpleTypeKind::Boolean16: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1820 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()