Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp66 {"__bool32*", SimpleTypeKind::Boolean32},
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h77 Boolean32 = 0x0032, // 32 bit boolean enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp564 case SimpleTypeKind::Boolean32: in GetCompilerTypeForSimpleKind()
647 case SimpleTypeKind::Boolean32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp171 case SimpleTypeKind::Boolean32: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp196 case SimpleTypeKind::Boolean32: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1561 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()