Home
last modified time | relevance | path

Searched refs:Boolean64 (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp67 {"__bool64*", SimpleTypeKind::Boolean64},
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h78 Boolean64 = 0x0033, // 64 bit boolean enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp565 case SimpleTypeKind::Boolean64: in GetCompilerTypeForSimpleKind()
639 case SimpleTypeKind::Boolean64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp172 case SimpleTypeKind::Boolean64: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp195 case SimpleTypeKind::Boolean64: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1562 case 8: STK = SimpleTypeKind::Boolean64; break; in lowerTypeBasic()