Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp66 {"__bool64*", SimpleTypeKind::Boolean64},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h77 Boolean64 = 0x0033, // 64 bit boolean enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp692 case SimpleTypeKind::Boolean64: in GetCompilerTypeForSimpleKind()
766 case SimpleTypeKind::Boolean64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp158 case SimpleTypeKind::Boolean64: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp194 case SimpleTypeKind::Boolean64: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1671 case 8: STK = SimpleTypeKind::Boolean64; break; in lowerTypeBasic()