Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp64 {"bool*", SimpleTypeKind::Boolean8},
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h75 Boolean8 = 0x0030, // 8 bit boolean enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp566 case SimpleTypeKind::Boolean8: in GetCompilerTypeForSimpleKind()
666 case SimpleTypeKind::Boolean8: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp173 case SimpleTypeKind::Boolean8: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp59 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
H A DNativeTypeEnum.cpp198 case SimpleTypeKind::Boolean8: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1559 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()