Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp66 {"__bool32*", SimpleTypeKind::Boolean32},
H A DTypeRecordHelpers.cpp138 case SimpleTypeKind::Boolean32: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h77 Boolean32 = 0x0032, // 32 bit boolean enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp198 case SimpleTypeKind::Boolean32: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp926 case SimpleTypeKind::Boolean32: in GetCompilerTypeForSimpleKind()
1011 case SimpleTypeKind::Boolean32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp157 case SimpleTypeKind::Boolean32: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1821 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()