Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp66 {"__bool32*", SimpleTypeKind::Boolean32},
H A DTypeRecordHelpers.cpp138 case SimpleTypeKind::Boolean32: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h77 Boolean32 = 0x0032, // 32 bit boolean enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp198 case SimpleTypeKind::Boolean32: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp922 case SimpleTypeKind::Boolean32: in GetCompilerTypeForSimpleKind()
1007 case SimpleTypeKind::Boolean32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp154 case SimpleTypeKind::Boolean32: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst173 Boolean32 = 0x0032, // 32 bit boolean
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1790 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()