Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp63 {"bool*", SimpleTypeKind::Boolean8},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h74 Boolean8 = 0x0030, // 8 bit boolean enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp693 case SimpleTypeKind::Boolean8: in GetCompilerTypeForSimpleKind()
793 case SimpleTypeKind::Boolean8: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp159 case SimpleTypeKind::Boolean8: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp197 case SimpleTypeKind::Boolean8: in getBuiltinType()
H A DSymbolCache.cpp68 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1668 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()