| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 406 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)
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 53 UInt64 = 0x0077, // 64 bit unsigned int enumerator 189 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetProperties.td | 23 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">, 64 def RetriesWithFixIts: Property<"retries-with-fixits", "UInt64">, 73 def MaxZeroPaddingInFloatFormat: Property<"max-zero-padding-in-float-format", "UInt64">, 79 def MaxChildrenDepth: Property<"max-children-depth", "UInt64">, 221 def MemCacheLineSize: Property<"memory-cache-line-size", "UInt64">, 234 def UtilityExpressionTimeout: Property<"utility-expression-timeout", "UInt64">, 237 def InterruptTimeout: Property<"interrupt-timeout", "UInt64">, 243 def VirtualAddressableBits: Property<"virtual-addressable-bits", "UInt64">, 283 def MaxBacktraceDepth: Property<"max-backtrace-depth", "UInt64">,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPProperties.td | 4 def KDPPacketTimeout: Property<"packet-timeout", "UInt64">,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteProperties.td | 4 def PacketTimeout: Property<"packet-timeout", "UInt64">,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | CoreProperties.td | 24 def LLDBIndexCacheMaxByteSize: Property<"lldb-index-cache-max-byte-size", "UInt64">, 28 def LLDBIndexCacheMaxPercent: Property<"lldb-index-cache-max-percent", "UInt64">, 32 def LLDBIndexCacheExpirationDays: Property<"lldb-index-cache-expiration-days", "UInt64">, 82 def StopDisassemblyMaxSize: Property<"stop-disassembly-max-size", "UInt64">, 166 def TabSize: Property<"tab-size", "UInt64">,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 50 {"unsigned __int64*", SimpleTypeKind::UInt64},
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 36 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 <<()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 43 M(uint64_t, UInt64)
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
|
| /llvm-project-15.0.7/llvm/test/Transforms/Util/ |
| H A D | simplify-dbg-declare-load.ll | 58 !14 = !DIBasicType(name: "UInt64", size: 64, align: 64, encoding: DW_ATE_unsigned)
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 84 EW.write(FirstByte::UInt64); in write()
|
| H A D | MsgPackReader.cpp | 68 case FirstByte::UInt64: in read()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | debug-info-arg.ll | 50 !15 = !DIDerivedType(tag: DW_TAG_typedef, name: "UInt64", line: 1, file: !32, scope: !0, baseType: …
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 149 GMOCK_DECLARE_KIND_(UInt64, kInteger);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 228 case SimpleTypeKind::UInt64: in getBuiltinType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 94 case PDB_VariantType::UInt64: in TranslateEnumEncoding() 1179 case PDB_VariantType::UInt64: in AddEnumValue() 1180 raw_value = v.Value.UInt64; in AddEnumValue()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 873 case SimpleTypeKind::UInt64: in GetCompilerTypeForSimpleKind() 907 case SimpleTypeKind::UInt64: in GetTypeSizeForSimpleKind()
|
| H A D | SymbolFileNativePDB.cpp | 202 case SimpleTypeKind::UInt64: in GetSimpleTypeName()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 103 case TensorType::UInt64: in getTFTypeIndex()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 62 Result.Value.UInt64 = V.ullVal; in VariantFromVARIANT() 63 Result.Type = PDB_VariantType::UInt64; in VariantFromVARIANT()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 149 UInt64 = 0x0077, // 64 bit unsigned int
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 174 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2160 typedef TypeWithSize<8>::UInt UInt64;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 142 def UInt64 : CountPropertyType<"uint64_t">;
|