Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp66 {"__bool32*", SimpleTypeKind::Boolean32},
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h77 Boolean32 = 0x0032, // 32 bit boolean enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp197 case SimpleTypeKind::Boolean32: in getBuiltinType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp828 case SimpleTypeKind::Boolean32: in GetCompilerTypeForSimpleKind()
913 case SimpleTypeKind::Boolean32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp160 case SimpleTypeKind::Boolean32: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst173 Boolean32 = 0x0032, // 32 bit boolean
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1771 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()