Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp64 {"bool*", SimpleTypeKind::Boolean8},
H A DTypeRecordHelpers.cpp134 case SimpleTypeKind::Boolean8: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h75 Boolean8 = 0x0030, // 8 bit boolean enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp200 case SimpleTypeKind::Boolean8: in getBuiltinType()
H A DSymbolCache.cpp73 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp928 case SimpleTypeKind::Boolean8: in GetCompilerTypeForSimpleKind()
1030 case SimpleTypeKind::Boolean8: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp159 case SimpleTypeKind::Boolean8: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1819 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()