Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp67 {"__bool64*", SimpleTypeKind::Boolean64},
H A DTypeRecordHelpers.cpp140 case SimpleTypeKind::Boolean64: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h78 Boolean64 = 0x0033, // 64 bit boolean enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp197 case SimpleTypeKind::Boolean64: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp923 case SimpleTypeKind::Boolean64: in GetCompilerTypeForSimpleKind()
999 case SimpleTypeKind::Boolean64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp155 case SimpleTypeKind::Boolean64: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst174 Boolean64 = 0x0033, // 64 bit boolean
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1791 case 8: STK = SimpleTypeKind::Boolean64; break; in lowerTypeBasic()