Home
last modified time | relevance | path

Searched refs:UInt64 (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h406 UInt64, enumerator
440 explicit Variant(uint64_t V) : Type(PDB_VariantType::UInt64) { in Variant()
441 Value.UInt64 = V; in Variant()
465 uint64_t UInt64; member
479 case UInt64: in isIntegralType()
502 VARIANT_WIDTH(UInt64, 64u) in getBitWidth()
525 VARIANT_APSINT(UInt64, 64u, true) in toAPSInt()
542 case PDB_VariantType::UInt64: in toAPFloat()
569 VARIANT_EQUAL_CASE(UInt64)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td5 Property<"infinite-decoding-loop-verification-threshold", "UInt64">,
17 Property<"extremely-large-decoding-threshold", "UInt64">,
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h53 UInt64 = 0x0077, // 64 bit unsigned int enumerator
189 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td23 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">,
67 def RetriesWithFixIts: Property<"retries-with-fixits", "UInt64">,
76 def MaxZeroPaddingInFloatFormat: Property<"max-zero-padding-in-float-format", "UInt64">,
82 def MaxChildrenDepth: Property<"max-children-depth", "UInt64">,
224 def MemCacheLineSize: Property<"memory-cache-line-size", "UInt64">,
237 def UtilityExpressionTimeout: Property<"utility-expression-timeout", "UInt64">,
240 def InterruptTimeout: Property<"interrupt-timeout", "UInt64">,
246 def VirtualAddressableBits: Property<"virtual-addressable-bits", "UInt64">,
286 def MaxBacktraceDepth: Property<"max-backtrace-depth", "UInt64">,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPProperties.td4 def KDPPacketTimeout: Property<"packet-timeout", "UInt64">,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td4 def PacketTimeout: Property<"packet-timeout", "UInt64">,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td28 def LLDBIndexCacheMaxByteSize: Property<"lldb-index-cache-max-byte-size", "UInt64">,
32 def LLDBIndexCacheMaxPercent: Property<"lldb-index-cache-max-percent", "UInt64">,
36 def LLDBIndexCacheExpirationDays: Property<"lldb-index-cache-expiration-days", "UInt64">,
86 def StopDisassemblyMaxSize: Property<"stop-disassembly-max-size", "UInt64">,
170 def TabSize: Property<"tab-size", "UInt64">,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp50 {"unsigned __int64*", SimpleTypeKind::UInt64},
H A DTypeRecordHelpers.cpp99 case SimpleTypeKind::UInt64: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h44 M(uint64_t, UInt64)
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp36 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt64, OS) in operator <<()
382 case PDB_VariantType::UInt64: in operator <<()
383 OS << Value.Value.UInt64; in operator <<()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp86 EW.write(FirstByte::UInt64); in write()
H A DMsgPackReader.cpp68 case FirstByte::UInt64: in read()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp229 case SimpleTypeKind::UInt64: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp95 case PDB_VariantType::UInt64: in TranslateEnumEncoding()
1183 case PDB_VariantType::UInt64: in AddEnumValue()
1184 raw_value = v.Value.UInt64; in AddEnumValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp967 case SimpleTypeKind::UInt64: in GetCompilerTypeForSimpleKind()
1001 case SimpleTypeKind::UInt64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp196 case SimpleTypeKind::UInt64: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp62 Result.Value.UInt64 = V.ullVal; in VariantFromVARIANT()
63 Result.Type = PDB_VariantType::UInt64; in VariantFromVARIANT()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst149 UInt64 = 0x0077, // 64 bit unsigned int
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPropertiesBase.td143 def UInt64 : CountPropertyType<"uint64_t">;