Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp67 {"__bool64*", SimpleTypeKind::Boolean64},
H A DTypeRecordHelpers.cpp140 case SimpleTypeKind::Boolean64: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h78 Boolean64 = 0x0033, // 64 bit boolean enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp197 case SimpleTypeKind::Boolean64: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp927 case SimpleTypeKind::Boolean64: in GetCompilerTypeForSimpleKind()
1003 case SimpleTypeKind::Boolean64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp158 case SimpleTypeKind::Boolean64: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1822 case 8: STK = SimpleTypeKind::Boolean64; break; in lowerTypeBasic()