Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp65 {"__bool32*", SimpleTypeKind::Boolean32},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h76 Boolean32 = 0x0032, // 32 bit boolean enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp691 case SimpleTypeKind::Boolean32: in GetCompilerTypeForSimpleKind()
774 case SimpleTypeKind::Boolean32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp157 case SimpleTypeKind::Boolean32: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp195 case SimpleTypeKind::Boolean32: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1670 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()