Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp64 {"bool*", SimpleTypeKind::Boolean8},
H A DTypeRecordHelpers.cpp134 case SimpleTypeKind::Boolean8: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h75 Boolean8 = 0x0030, // 8 bit boolean enumerator
/openbsd-src/gnu/llvm/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},
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp924 case SimpleTypeKind::Boolean8: in GetCompilerTypeForSimpleKind()
1026 case SimpleTypeKind::Boolean8: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp156 case SimpleTypeKind::Boolean8: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst171 Boolean8 = 0x0030, // 8 bit boolean
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1788 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()