reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Bitstream/BitstreamReader.h
  487                                "can't skip to bit %zu from %" PRIu64, SkipTo,
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  139          <<   format("      dir_index: %" PRIu64 "\n", FileEntry.DirIdx);
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  385     OS << format(" [%" PRIu64 "]", SectionIndex);
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  616               << format("%" PRIu64, Index) << ", which is too large:\n";
  625               << format("%" PRIu64, Index)
lib/DebugInfo/GSYM/GsymReader.cpp
  263                            "failed to extract address[%" PRIu64 "]",
lib/ProfileData/GCOV.cpp
  798           CovOS << format("%9" PRIu64 ":", LineCount);
  856     OS << format("%9" PRIu64 ":", Block.getCount());
projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  438     snprintf(ThreadBuffer, kThreadBufferLen, "%" PRIu64, ThreadID);
projects/compiler-rt/lib/profile/InstrProfilingFile.c
  539         S = snprintf(LoadModuleSignature, SIGLEN, "%" PRIu64 "_%d",
tools/clang/lib/AST/VTableBuilder.cpp
 2188       Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
 3653       Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';
tools/lldb/include/lldb/Core/ModuleSpec.h
  229       strm.Printf("object_offset = %" PRIu64, m_object_offset);
  235       strm.Printf("object size = %" PRIu64, m_object_size);
tools/lldb/source/API/SBBlock.cpp
  181     strm.Printf("Block: {id: %" PRIu64 "} ", id);
tools/lldb/source/API/SBBreakpoint.cpp
  536       s.Printf(", locations = %" PRIu64, (uint64_t)num_locations);
tools/lldb/source/API/SBDebugger.cpp
 1376     strm.Printf("Debugger (instance: \"%s\", id: %" PRIu64 ")", name, id);
tools/lldb/source/API/SBProcess.cpp
  360     stream.Printf("Process %" PRIu64 " %s\n",
  375     ::snprintf(message, sizeof(message), "Process %" PRIu64 " %s\n",
 1003     strm.Printf("SBProcess: pid = %" PRIu64 ", state = %s, threads = %d%s%s",
tools/lldb/source/API/SBTarget.cpp
  462               "no process found with process ID %" PRIu64, attach_pid);
tools/lldb/source/Breakpoint/Breakpoint.cpp
  888       s->Printf(", locations = %" PRIu64, (uint64_t)num_locations);
  890         s->Printf(", resolved = %" PRIu64 ", hit count = %d",
  932       s->Printf("%" PRIu64 " locations.", static_cast<uint64_t>(num_locations));
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  127   s->Printf("BreakpointLocationList with %" PRIu64 " BreakpointLocations:\n",
tools/lldb/source/Breakpoint/WatchpointList.cpp
   44   s->Printf("WatchpointList with %" PRIu64 " Watchpoints:\n",
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  921       result.AppendMessageWithFormat("All breakpoints enabled. (%" PRIu64
 1027       result.AppendMessageWithFormat("All breakpoints disabled. (%" PRIu64
 1456             "All breakpoints removed. (%" PRIu64 " breakpoint%s)\n",
tools/lldb/source/Commands/CommandObjectMemory.cpp
  183               "specified byte size %" PRIu64 "\n"
  624             ") or the count (--count %" PRIu64 "), not both.\n",
  694             "Not all bytes (%" PRIu64 "/%" PRIu64
  694             "Not all bytes (%" PRIu64 "/%" PRIu64
  795             result.AppendErrorWithFormat("Failed to write %" PRIu64
  869             "reading memory as characters of size %" PRIu64 " is not supported",
 1372                 "%" PRIu64 " bytes were written to 0x%" PRIx64 "\n",
 1378                 "%" PRIu64 " bytes of %" PRIu64
 1378                 "%" PRIu64 " bytes of %" PRIu64
 1460                                        " is too large to fit in a %" PRIu64
 1488                                        " is too large to fit in a %" PRIu64
 1527               "Value %" PRIi64 " is too large or small to fit in a %" PRIu64
 1545           result.AppendErrorWithFormat("Value %" PRIu64
 1546                                        " is too large to fit in a %" PRIu64
 1563                                        " is too large to fit in a %" PRIu64
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  513         result.AppendMessageWithFormat("File Descriptor = %" PRIu64 "\n", fd);
  557         result.AppendMessageWithFormat("file %" PRIu64 " closed.\n", fd);
  888         result.AppendMessageWithFormat("File size of %s (remote): %" PRIu64
 1078                   "no process found with pid = %" PRIu64 "\n", pid);
 1351                 ostrm.Printf("Process information for process %" PRIu64 ":\n",
 1356                              "process %" PRIu64 "\n",
tools/lldb/source/Commands/CommandObjectProcess.cpp
  237             "Process %" PRIu64 " launched: '%s' (%s)\n", process_sp->GetID(),
  616         result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n",
  808           "Process %" PRIu64
tools/lldb/source/Commands/CommandObjectRegister.cpp
  177                 "invalid register set index: %" PRIu64 "\n", (uint64_t)set_idx);
tools/lldb/source/Commands/CommandObjectTarget.cpp
   98       strm.Printf("%spid=%" PRIu64, properties++ > 0 ? ", " : " ( ", pid);
 1398     strm.Printf("Dumping headers for %" PRIu64 " module(s).\n",
 1613       strm.Printf("%" PRIu64 " match%s found in ", (uint64_t)num_matches,
 1644     strm.Printf("%" PRIu64 " match%s found in ", (uint64_t)num_matches,
 2011         result.GetOutputStream().Printf("Dumping symbol table for %" PRIu64
 2103         result.GetOutputStream().Printf("Dumping sections for %" PRIu64
 2189       result.GetOutputStream().Printf("Dumping clang ast for %" PRIu64
 2262         result.GetOutputStream().Printf("Dumping debug symbols for %" PRIu64
 3180           strm.Printf("{%*" PRIu64 "}", width, (uint64_t)ref_count);
 3182           strm.Printf("{%" PRIu64 "}", (uint64_t)ref_count);
 4589           error_sp->Printf("error: stop hook #%" PRIu64
 4601           output_sp->Printf("Stop hook #%" PRIu64 " added.\n",
 4688         result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n",
tools/lldb/source/Commands/CommandObjectThread.cpp
  901           result.AppendMessageWithFormat("in process %" PRIu64 "\n",
  922                                            " in process %" PRIu64 "\n",
  941         result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n",
 1270         result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n",
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  319       result.AppendMessageWithFormat("All watchpoints enabled. (%" PRIu64
  388         result.AppendMessageWithFormat("All watchpoints disabled. (%" PRIu64
  465         result.AppendMessageWithFormat("All watchpoints removed. (%" PRIu64
  577       result.AppendMessageWithFormat("All watchpoints ignored. (%" PRIu64
  902           "Watchpoint creation failed (addr=0x%" PRIx64 ", size=%" PRIu64
 1069                                    ", size=%" PRIu64 ").\n",
tools/lldb/source/Core/Address.cpp
  419       s->Printf(" + %" PRIu64, m_offset);
  507                     s->Printf(" + %" PRIu64, delta);
tools/lldb/source/Core/Communication.cpp
  177            "{0} Communication::Write (src = {1}, src_len = %" PRIu64
tools/lldb/source/Core/DumpDataExtractor.cpp
  230         s->Printf("error: unsupported byte size (%" PRIu64
  276         s->Printf("error: unsupported byte size (%" PRIu64 ") for char format",
  322             s->Printf("%" PRIu64, ch);
  350         s->Printf("%" PRIu64,
  479         s->Printf("%" PRIu64,
  481         s->Printf(" + %" PRIu64 "i",
  484         s->Printf("error: unsupported byte size (%" PRIu64
  510         s->Printf("error: unsupported byte size (%" PRIu64
  611           s->Printf("error: unsupported byte size (%" PRIu64
  668         s->Printf("error: unsupported byte size (%" PRIu64
tools/lldb/source/Core/EmulateInstruction.cpp
  311   strm.Printf("    Read from Memory (address = 0x%" PRIx64 ", length = %" PRIu64
  326   strm.Printf("    Write to Memory (address = 0x%" PRIx64 ", length = %" PRIu64
  486     strm.Printf(" (unsigned_immediate = %" PRIu64 " (0x%16.16" PRIx64 "))",
tools/lldb/source/Core/FormatEntity.cpp
  382     s.Printf("number = %" PRIu64 " (0x%" PRIx64 "), ", number, number);
  481           s.Printf("%s+%s%" PRIu64, addr_offset_padding, addr_offset_padding,
  484           s.Printf("%s-%s%" PRIu64, addr_offset_padding, addr_offset_padding,
  495             s.Printf("%s+%s%" PRIu64, addr_offset_padding, addr_offset_padding,
  498             s.Printf("%s-%s%" PRIu64, addr_offset_padding, addr_offset_padding,
 1156         const char *format = "%" PRIu64;
 1206               format = "%" PRIu64;
tools/lldb/source/Core/IOHandler.cpp
 3733       window.Printf("Process: %5" PRIu64 " %10s", process->GetID(),
tools/lldb/source/Core/SearchFilter.cpp
  603     s->Printf(", modules(%" PRIu64 ") = ", (uint64_t)num_modules);
  832     s->Printf(", modules(%" PRIu64 ") = ", static_cast<uint64_t>(num_modules));
tools/lldb/source/Core/ValueObject.cpp
 1442       strm.Printf("%" PRIu64 "", (uint64_t)GetNumChildren());
 1762     snprintf(index_str, sizeof(index_str), "[%" PRIu64 "]", (uint64_t)index);
tools/lldb/source/DataFormatters/VectorType.cpp
  207     idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Expression/DWARFExpression.cpp
 1057       LLDB_LOGF(log, "Stack before operation has %" PRIu64 " values:",
 1061         new_value.Printf("[%" PRIu64 "]", (uint64_t)i);
 2205                         "failed to read memory DW_OP_piece(%" PRIu64
 2214                       "DW_OP_piece(%" PRIu64 ")",
 2227                   "failed to read memory DW_OP_piece(%" PRIu64
 2244                     "unable to extract %" PRIu64 " bytes from a %" PRIu64
 2244                     "unable to extract %" PRIu64 " bytes from a %" PRIu64
 2260                     "unable to extract %" PRIu64 " bytes from a %" PRIu64
 2260                     "unable to extract %" PRIu64 " bytes from a %" PRIu64
 2285                     "DW_OP_piece for offset %" PRIu64
 2286                     " but top of stack is of size %" PRIu64,
 2317                   "unable to extract %" PRIu64 " bit value with %" PRIu64
 2317                   "unable to extract %" PRIu64 " bit value with %" PRIu64
 2318                   " bit offset from a %" PRIu64 " bit scalar value.",
 2330                 "unable to extract DW_OP_bit_piece(bit_size = %" PRIu64
 2331                 ", bit_offset = %" PRIu64 ") from an address value.",
 2339                 "unable to extract DW_OP_bit_piece(bit_size = %" PRIu64
 2340                 ", bit_offset = %" PRIu64 ") from a vector value.",
 2644       LLDB_LOGF(log, "Stack after operation has %" PRIu64 " values:",
 2648         new_value.Printf("[%" PRIu64 "]", (uint64_t)i);
 2735     s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
 2740     s.Printf("%" PRIu64 " ", uint);
tools/lldb/source/Expression/FunctionCaller.cpp
  178         "Wrong number of arguments - was: %" PRIu64 " should be: %" PRIu64 "",
  178         "Wrong number of arguments - was: %" PRIu64 " should be: %" PRIu64 "",
tools/lldb/source/Expression/IRMemoryMap.cpp
  421               "IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64
  741           "Couldn't read scalar: unsupported size %" PRIu64, (uint64_t)size);
tools/lldb/source/Expression/Materializer.cpp
  524                 "size of variable %s (%" PRIu64
  525                 ") is larger than the ValueObject's size (%" PRIu64 ")",
tools/lldb/source/Host/common/FileCache.cpp
   50     error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd);
   72     error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd);
   98     error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd);
tools/lldb/source/Host/common/Host.cpp
  113              "<lldb.host.wait4(pid=%" PRIu64 ")>", pid);
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  336                 "from process %" PRIu64,
  341                 "[%s] from process %" PRIu64 ", but no delegates",
tools/lldb/source/Host/common/NativeRegisterContext.cpp
  119             " (default %" PRIu64 ")",
  124   LLDB_LOGF(log, "NativeRegisterContext::%s " PRIu32 " retval %" PRIu64,
  196                 "%" PRIu64,
  334         "%" PRIu64 " bytes is too big to store in register %s (%" PRIu64
  334         "%" PRIu64 " bytes is too big to store in register %s (%" PRIu64
  353     error.SetErrorStringWithFormat("read %" PRIu64 " of %" PRIu64 " bytes",
  353     error.SetErrorStringWithFormat("read %" PRIu64 " of %" PRIu64 " bytes",
  397         error.SetErrorStringWithFormat("only wrote %" PRIu64 " of %" PRIu64
  397         error.SetErrorStringWithFormat("only wrote %" PRIu64 " of %" PRIu64
tools/lldb/source/Host/common/Socket.cpp
  345               "%p Socket::Read() (socket = %" PRIu64
  346               ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64
  373               "%p Socket::Write() (socket = %" PRIu64
  374               ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64
  395   LLDB_LOGF(log, "%p Socket::Close (fd = %" PRIu64 ")",
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  390               "%p ConnectionFileDescriptor::Read()  fd = %" PRIu64
  391               ", dst = %p, dst_len = %" PRIu64 ") => %" PRIu64 ", error = %s",
  391               ", dst = %p, dst_len = %" PRIu64 ") => %" PRIu64 ", error = %s",
  468             "%p ConnectionFileDescriptor::Write (src = %p, src_len = %" PRIu64
  494               "%p ConnectionFileDescriptor::Write(fd = %" PRIu64
  495               ", src = %p, src_len = %" PRIu64 ") => %" PRIu64 " (error = %s)",
  495               ", src = %p, src_len = %" PRIu64 ") => %" PRIu64 " (error = %s)",
tools/lldb/source/Host/posix/HostProcessPosix.cpp
   59   if (snprintf(link_path, PATH_MAX, "/proc/%" PRIu64 "/exe", m_process) != 1) {
tools/lldb/source/Interpreter/CommandHistory.cpp
  106       stream.Printf("%4" PRIu64 ": %s\n", (uint64_t)counter, hist_item.c_str());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2245             "Aborting reading of commands after command #%" PRIu64
 2253             "Command #%" PRIu64 " '%s' failed with %s", (uint64_t)idx + 1, cmd,
 2277               "Aborting reading of commands after command #%" PRIu64
 2281           result.AppendMessageWithFormat("Command #%" PRIu64
 2297             "Aborting reading of commands after command #%" PRIu64
 2302             "Command #%" PRIu64 " '%s' stopped with a signal or exception.\n",
tools/lldb/source/Interpreter/OptionValueArray.cpp
  135           "index %i out of range, valid values are 0 through %" PRIu64,
  140                                       "-%" PRIu64,
tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
   39     strm.Printf("%" PRIu64, (uint64_t)m_current_value);
tools/lldb/source/Interpreter/OptionValueUInt64.cpp
   34     strm.Printf("%" PRIu64, m_current_value);
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1933                     "returning float values with a byte size of %" PRIu64
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1906                     "returning float values with a byte size of %" PRIu64
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  241       s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
  259     LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
   92       s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
  110     LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  222       s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
  255       LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
  261       LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") onto stack",
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  273       s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
  291     LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1115       s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
 1133     LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
  344   LLDB_LOGF(log, "   Version: %" PRIu64, GetVersion());
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  130             "DYLDRendezvous::%s address size: %" PRIu64 ", padding %" PRIu64,
  130             "DYLDRendezvous::%s address size: %" PRIu64 ", padding %" PRIu64,
  611   LLDB_LOGF(log, "   Version: %" PRIu64, GetVersion());
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
   88   LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s() pid %" PRIu64, __FUNCTION__,
   93       log, "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64 " reloaded auxv data",
  106             "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  140               "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  158         LLDB_LOGF(log, "-- [module] %s (pid %" PRIu64 ")",
  230         "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  237             "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  270   LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s called for pid %" PRIu64,
  286                 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  287                 " disabling breakpoint id %" PRIu64,
  292                 "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  293                 " failed to find breakpoint for breakpoint id %" PRIu64,
  298               "DynamicLoaderPOSIXDYLD::%s breakpoint id %" PRIu64
  391   LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s called for pid %" PRIu64,
  401             "DynamicLoaderPOSIXDYLD::%s pid %" PRIu64
  721               "pid %" PRIu64,
  727       log, "DynamicLoaderPOSIXDYLD::%s - got executable by pid %" PRIu64 ": %s",
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
  139             "Could not determine type of input value %" PRIu64 ".",
  152     snprintf(arg_buf, 31, "arg_%" PRIu64, (uint64_t)i);
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  322                 " (%" PRIu64 " bytes)",
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
   81     stream.Printf(" __f_ = %" PRIu64, callable_info.member__f_pointer_value);
  140     stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0));
  143     stream.Printf(" weak=%" PRIu64, 1 + weakcount_sp->GetValueAsUnsigned(0));
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
   80   name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
  408   name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  410   name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
  148   stream.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  113   name.Printf("[%" PRIu64 "]", (uint64_t)idx);
  224   name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  290   stream.Printf("%" PRIu64 " index%s", count, (count == 1 ? "" : "es"));
  658   stream.Printf("%" PRIu64 " x 10^%" PRIi8, mantissa, exponent);
  987   stream.Printf("%s%" PRIu64 " byte%s%s", (needs_at ? "@\"" : ""), value,
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  454   stream.Printf("%s%" PRIu64 " %s%s%s", prefix.c_str(), value, "element",
  500   idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
  715   idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  428   stream.Printf("%s%" PRIu64 " %s%s%s", prefix.c_str(), value, "key/value pair",
  635     idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
  879     idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
 1037     idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   81     stream.Printf("domain: nil - code: %" PRIu64, code);
  100     stream.Printf("domain: %s - code: %" PRIu64, domain_str_summary.GetData(),
  104     stream.Printf("domain: nil - code: %" PRIu64, code);
tools/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
  200         idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  293   stream.Printf("%s%" PRIu64 " %s%s%s", prefix.c_str(), value, "element",
  490     idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
  657     idx_name.Printf("[%" PRIu64 "]", (uint64_t)idx);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  617           std_out.Printf(" instance size = %" PRIu64,
  630                   "  ivar name = %s type = %s size = %" PRIu64
 2543                   "AOCRT::NPI (index = %" PRIu64
 2544                   ") exceeds cache (size = %" PRIu64 ")",
 2560         LLDB_LOGF(log, "AOCRT::NPI (new class count = %" PRIu64 ")",
 2579           LLDB_LOGF(log, "AOCRT::NPI (read new classes count = %" PRIu64 ")",
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  141       LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 " '%s'",
  214       LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s",
  258       LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s",
  289       LLDB_LOGF(log, "%s - error reading argument: %" PRIu64, __FUNCTION__,
  334       LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s",
  381       LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s",
 1145     LLDB_LOGF(log, "%s - groupNameSize: %" PRIu64, __FUNCTION__,
 1149     LLDB_LOGF(log, "%s - kernelCount  : %" PRIu64, __FUNCTION__,
 1206       LLDB_LOGF(log, "Error parsing kernel address %" PRIu64 " in script group",
 1216       LLDB_LOGF(log, "Parsed scriptgroup kernel %" PRIu64 " - 0x%" PRIx64, i,
 1308                 "%s - Error while reading allocation list argument %" PRIu64,
 1386               "%s - 0x%" PRIx64 ",0x%" PRIx64 " slot %" PRIu64 " = 0x%" PRIx64
 1387               ":%" PRIu64 "bytes.",
 1598                 "%s - successfully hooked '%s' in '%s' version %" PRIu64
 2703     strm.Printf("Internal Error: Couldn't allocate %" PRIu64
 3118     strm.Printf("Context 0x%" PRIx64 ": %" PRIu64 " script instances",
 3662   LLDB_LOGF(log, "%s - Break ID %" PRIu64 ", " FMT_COORD, __FUNCTION__,
 3902   strm.Printf("Globals: %" PRIu64, static_cast<uint64_t>(m_globals.size()));
 3911   strm.Printf("Kernels: %" PRIu64, static_cast<uint64_t>(m_kernels.size()));
 3920   strm.Printf("Pragmas: %" PRIu64, static_cast<uint64_t>(m_pragmas.size()));
 3931   strm.Printf("Reductions: %" PRIu64,
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
  111     stream.Printf("%" PRIu64 " script %s", uint64_t(groups.size()),
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  402   s->Printf("ObjectContainerBSDArchive, num_archs = %" PRIu64
  403             ", num_objects = %" PRIu64 "",
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  577                   "Calculating module crc32 %s with size %" PRIu64 " KiB",
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  125               "thread register definitions from python for pid %" PRIu64,
  174             "data from python for pid %" PRIu64,
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  255     return Status("Invalid offset - %" PRIu64, src_offset);
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  164               "Failed to delete port forwarding (pid=%" PRIu64
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  429                   "PlatformRemoteGDBServer::%s() pid %" PRIu64
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1087                     "for pid %" PRIu64 ", tid %" PRIu64,
 1087                     "for pid %" PRIu64 ", tid %" PRIu64,
 1629   return Status("Module file (%s) not found in /proc/%" PRIu64 "/maps file!",
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  137                 "NativeThreadLinux::%s tid %" PRIu64
  415             "NativeThreadLinux::%s requesting thread stop(pid: %" PRIu64
  416             ", tid: %" PRIu64 ")",
  424               "NativeThreadLinux::%s tgkill(%" PRIu64 ", %" PRIu64
  424               "NativeThreadLinux::%s tgkill(%" PRIu64 ", %" PRIu64
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
   46     LLDB_LOGF(log, "   %s [%" PRIu64 "]: %" PRIx64,
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  691   s.Printf("%p: DynamicRegisterInfo contains %" PRIu64 " registers:\n",
  694     s.Printf("[%3" PRIu64 "] name = %-10s", (uint64_t)i, m_regs[i].name);
  728   s.Printf("%p: DynamicRegisterInfo contains %" PRIu64 " register sets:\n",
  731     s.Printf("set[%" PRIu64 "] name = %s, regs = [", (uint64_t)i,
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  294                 "BVR%-2u/BCR%-2u = { 0x%8.8" PRIu64 ", 0x%8.8" PRIu64
  294                 "BVR%-2u/BCR%-2u = { 0x%8.8" PRIu64 ", 0x%8.8" PRIu64
  296                 "= { 0x%8.8" PRIu64 ", 0x%8.8" PRIu64 " }",
  296                 "= { 0x%8.8" PRIu64 ", 0x%8.8" PRIu64 " }",
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  273     strm.Printf("EXC_??? (%" PRIu64 ")", m_value);
  279       strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code);
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  284         "NT_PRSTATUS size should be %zu, but the remaining bytes are: %" PRIu64,
  354         "NT_PRPSINFO size should be %zu, but the remaining bytes are: %" PRIu64,
  420         "NT_SIGINFO size should be %zu, but the remaining bytes are: %" PRIu64,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  105   LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch);
  115   LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch);
  163         strm.Printf("<%4" PRIu64 "> send packet: %.*s", (uint64_t)bytes_written,
  174         LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %.*s",
  774             strm.Printf("<%4" PRIu64 ":%" PRIu64 "> read packet: %c",
  774             strm.Printf("<%4" PRIu64 ":%" PRIu64 "> read packet: %c",
  778             strm.Printf("<%4" PRIu64 "> read packet: %c",
  798             LLDB_LOGF(log, "<%4" PRIu64 ":%" PRIu64 "> read packet: %.*s",
  798             LLDB_LOGF(log, "<%4" PRIu64 ":%" PRIu64 "> read packet: %.*s",
  802             LLDB_LOGF(log, "<%4" PRIu64 "> read packet: %.*s",
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1986         ::snprintf(packet, sizeof(packet), "qProcessInfoPID:%" PRIu64, pid);
 2185         packet.Printf("pid:%" PRIu64 ";",
 2188         packet.Printf("parent_pid:%" PRIu64 ";",
 2403                   ": %" PRIu64 ",\n    \"results\" : [",
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1183       "pid:%" PRIu64 ";ppid:%" PRIu64 ";uid:%i;gid:%i;euid:%i;egid:%i;",
 1183       "pid:%" PRIu64 ";ppid:%" PRIu64 ";uid:%i;gid:%i;euid:%i;egid:%i;",
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  277   printf("Launched '%s' as process %" PRIu64 "...\n",
  286   LLDB_LOGF(log, "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64,
  293     return Status("cannot attach to process %" PRIu64
  294                   " when another process with pid %" PRIu64
  325   printf("Attached to process %" PRIu64 "...\n", pid);
  336               "NativeProcessProtocol pid %" PRIu64 ", current state: %s",
  520                 "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64
  521                 " tid %" PRIu64
  522                 " got signal signo = %d, reason = %d, exc_type = %" PRIu64,
  799               "notification for PID %" PRIu64 ", state: eStateExited",
  831                 "notification for PID %" PRIu64 ", state: eStateExited",
  845               "NativeProcessProtocol pid %" PRIu64 ", state: %s",
  875                 "change for pid %" PRIu64 ", new state: %s",
 2169                 "GDBRemoteCommunicationServerLLGS::%s failed, tid %" PRIu64
 2308               "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64
 2317               "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64
 2318               " mem 0x%" PRIx64 ": read 0 of %" PRIu64 " requested bytes",
 2742               "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64
 2743               " tid %" PRIu64 " Resume() failed with error: %s",
 2994             "pid %" PRIu64,
 3002               "pid %" PRIu64 ": %s\n",
 3049               "pid %" PRIu64 ": %s\n",
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  195             "launched successfully as pid %" PRIu64,
  199   response.Printf("pid:%" PRIu64 ";port:%u;", debugserver_pid,
  445   printf("Launched '%s' as process %" PRIu64 "...\n",
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  713             "Process %" PRIu64 " was reported after connecting to "
  717       error.SetErrorStringWithFormat("Process %" PRIu64
  724             "ProcessGDBRemote::%s pid %" PRIu64
  744             "ProcessGDBRemote::%s pid %" PRIu64
 2324         ostr.Printf("%" PRIu64 " %" PRIu32, wp_addr, wp_index);
 3020         "unable to allocate %" PRIu64 " bytes of memory with permissions %s",
 3106             "ProcessGDBRemote::EnableBreakpointSite (size_id = %" PRIu64
 3113               "ProcessGDBRemote::EnableBreakpointSite (size_id = %" PRIu64
 3224             "ProcessGDBRemote::DisableBreakpointSite (site_id = %" PRIu64
 3259               "ProcessGDBRemote::DisableBreakpointSite (site_id = %" PRIu64
 3293     LLDB_LOGF(log, "ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ")",
 3297                 "ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64
 3333               "ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64
 3339                 "ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64
 3543             "ProcessGDBRemote::%s(process_wp, pid=%" PRIu64
 3697             "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3705               "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3712                   "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3726                       "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3820                     "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3828                     "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3854                     "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3863                 "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
 3871             "ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  484   run_string.Printf("run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64
  695     run_string.Printf("run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64,
  698         "; lldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")",
  708     run_string.Printf("run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64,
  711         "; lldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")",
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1673   stream.Printf("%02" PRIu64 ":%02" PRIu64 ":%02" PRIu64 ".%09" PRIu64, hours,
 1673   stream.Printf("%02" PRIu64 ":%02" PRIu64 ":%02" PRIu64 ".%09" PRIu64, hours,
 1673   stream.Printf("%02" PRIu64 ":%02" PRIu64 ":%02" PRIu64 ".%09" PRIu64, hours,
 1673   stream.Printf("%02" PRIu64 ":%02" PRIu64 ":%02" PRIu64 ".%09" PRIu64, hours,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2105                 "caching layout info for record_decl = %p, bit_size = %" PRIu64
 2106                 ", alignment = %" PRIu64
 2299     log_strm.Printf("DIEStack[%" PRIu64 "]:\n", (uint64_t)n);
 2304       log_strm.Printf("[%" PRIu64 "] 0x%8.8x: %s name='%s'\n", (uint64_t)i,
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  370         ", dst = %p, dst_len = %" PRIu64 ", context = ",
tools/lldb/source/Symbol/ClangASTContext.cpp
 6896           ::snprintf(element_name, sizeof(element_name), "[%" PRIu64 "]",
 9429       s->Printf("%" PRIu64, enum_uvalue);
tools/lldb/source/Symbol/ClangASTImporter.cpp
   33   LLDB_LOGF(log, "  Number of visible Decl queries by name     : %" PRIu64,
   35   LLDB_LOGF(log, "  Number of lexical Decl queries             : %" PRIu64,
   37   LLDB_LOGF(log, "  Number of imports initiated by LLDB        : %" PRIu64,
   39   LLDB_LOGF(log, "  Number of imports conducted by Clang       : %" PRIu64,
   41   LLDB_LOGF(log, "  Number of Decls completed                  : %" PRIu64,
   43   LLDB_LOGF(log, "  Number of records laid out                 : %" PRIu64,
tools/lldb/source/Symbol/ObjectFile.cpp
  277             "file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
tools/lldb/source/Symbol/Symbol.cpp
  200       s->Printf(", sibling = %5" PRIu64,
tools/lldb/source/Symbol/SymbolContext.cpp
  122         s->Printf("+%" PRIu64 ">", function_offset);
  125         s->Printf(" + %" PRIu64, function_offset);
  143           s->Printf(" + %" PRIu64, inlined_function_offset);
  184         s->Printf("+%" PRIu64 ">", symbol_offset);
  187         s->Printf(" + %" PRIu64, symbol_offset);
 1152       s->Printf(" from line %" PRIu64 "", (uint64_t)m_start_line);
 1154         s->Printf("to line %" PRIu64 "", (uint64_t)m_end_line);
 1158       s->Printf(" from start to line %" PRIu64 "", (uint64_t)m_end_line);
 1165     s->Printf("From line %" PRIu64 "", (uint64_t)m_start_line);
 1167       s->Printf("to line %" PRIu64 "", (uint64_t)m_end_line);
 1172     s->Printf("From start to line %" PRIu64 ".\n", (uint64_t)m_end_line);
tools/lldb/source/Symbol/Symtab.cpp
   84     s->Printf("Symtab, file = %s%s%s%s, num_symbols = %" PRIu64,
   89     s->Printf("Symtab, num_symbols = %" PRIu64 "", (uint64_t)m_symbols.size());
  153   s->Printf("Symtab %" PRIu64 " symbol indexes (%" PRIu64 " symbols total):\n",
  153   s->Printf("Symtab %" PRIu64 " symbol indexes (%" PRIu64 " symbols total):\n",
tools/lldb/source/Symbol/Type.cpp
  192     s->Printf(", byte-size = %" PRIu64, m_byte_size);
  244     s->Printf(", size = %" PRIu64, m_byte_size);
tools/lldb/source/Target/Platform.cpp
 1063   LLDB_LOGF(log, "Platform::%s, pid %" PRIu64, __FUNCTION__, pid);
 1130               "Platform::%s LaunchProcess() call succeeded (pid=%" PRIu64 ")",
 1242   LLDB_LOGF(log, "dest_file = %" PRIu64 "\n", dest_file);
tools/lldb/source/Target/Process.cpp
  812       stream->Printf("Process %" PRIu64 " %s\n", process_sp->GetID(),
  844             stream->Printf("Process %" PRIu64 " stopped and restarted: %s\n",
  848             stream->Printf("Process %" PRIu64
 1161             "Process::SetProcessExitStatus (pid=%" PRIu64
 1595     error.SetErrorStringWithFormat("invalid breakpoint site ID: %" PRIu64,
 1609     error.SetErrorStringWithFormat("invalid breakpoint site ID: %" PRIu64,
 1837             "Process::DisableSoftwareBreakpoint (breakID = %" PRIu64
 2347                 "Process::%s pid %" PRIu64
 2353                 "Process::%s pid %" PRIu64
 2922                   "the platform retrieved for pid %" PRIu64,
 3515                "<lldb.process.internal-state-override(pid=%" PRIu64 ")>",
 3519                "<lldb.process.internal-state(pid=%" PRIu64 ")>", GetID());
 3661                 "Process::%s (pid = %" PRIu64
 3721           "Process::%s (pid = %" PRIu64
 3755   LLDB_LOGF(log, "Process::%s (arg = %p, pid = %" PRIu64 ") thread starting...",
 3765                 "Process::%s (arg = %p, pid = %" PRIu64
 3788                   "Process::%s (arg = %p, pid = %" PRIu64
 3795                   "Process::%s (arg = %p, pid = %" PRIu64
 3801                     "Process::%s (arg = %p, pid = %" PRIu64
 3855                 "Process::%s (arg = %p, pid = %" PRIu64
 3865   LLDB_LOGF(log, "Process::%s (arg = %p, pid = %" PRIu64 ") thread exiting...",
 4055     s->Printf(" process = %p (pid = %" PRIu64 "), ",
 4237     LLDB_LOGF(log, "Process::GetProfileData (buf = %p, size = %" PRIu64 ")",
 4258     LLDB_LOGF(log, "Process::GetSTDOUT (buf = %p, size = %" PRIu64 ")",
 4277     LLDB_LOGF(log, "Process::GetSTDERR (buf = %p, size = %" PRIu64 ")",
 5436       strm.Printf("Process %" PRIu64 " exited with status = %i (0x%8.8x) %s\n",
 5443         strm.Printf("Process %" PRIu64 " %s\n", GetID(), StateAsCString(state));
 5446     strm.Printf("Process %" PRIu64 " is running.\n", GetID());
 5489       LLDB_LOGF(log, "Process::GetThreadStatus - thread 0x" PRIu64
tools/lldb/source/Target/Target.cpp
  777             "Target::%s (addr = 0x%8.8" PRIx64 " size = %" PRIu64
  791       error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
  845           "watch size of %" PRIu64 " is not supported", (uint64_t)size);
 1774                 "only %" PRIu64 " of %" PRIu64
 1774                 "only %" PRIu64 " of %" PRIu64
 2634             result.AppendMessageWithFormat("\n- Hook %" PRIu64 " (%s)\n",
 2637             result.AppendMessageWithFormat("\n- Hook %" PRIu64 "\n",
 2670                 "\nAborting stop hooks, hook %" PRIu64
 3184   s->Printf("Hook: %" PRIu64 "\n", GetID());
tools/lldb/source/Target/ThreadList.cpp
  271               "ThreadList::%s: %" PRIu64 " threads, %" PRIu64
  271               "ThreadList::%s: %" PRIu64 " threads, %" PRIu64
  365   LLDB_LOGF(log, "ThreadList::%s %" PRIu64 " threads", __FUNCTION__,
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
   43   s->Printf("Single stepping past breakpoint site %" PRIu64 " at 0x%" PRIx64,
tools/lldb/source/Target/ThreadPlanStepRange.cpp
   95       s->Printf(" %" PRIu64 ": ", uint64_t(i));
  409               "next range breakpoint which has %" PRIu64
tools/lldb/source/Utility/ConstString.cpp
  269   s->Printf("%*p: ConstString, string = %s%s%s, length = %" PRIu64,
tools/lldb/source/Utility/ProcessInfo.cpp
  114     s.Printf("    pid = %" PRIu64 "\n", m_pid);
  117     s.Printf(" parent = %" PRIu64 "\n", m_parent_pid);
  188     s.Printf("%-6" PRIu64 " %-6" PRIu64 " ", m_pid, m_parent_pid);
  188     s.Printf("%-6" PRIu64 " %-6" PRIu64 " ", m_pid, m_parent_pid);
tools/lldb/source/Utility/Scalar.cpp
 2426             "value 0x%" PRIx64 " is too large to fit in a %" PRIu64
 2443               "unsupported unsigned integer byte size: %" PRIu64 "",
 2450           "unsupported unsigned integer byte size: %" PRIu64 "",
 2464             "value 0x%" PRIx64 " is too large to fit in a %" PRIu64
 2481               "unsupported signed integer byte size: %" PRIu64 "",
 2488           "unsupported signed integer byte size: %" PRIu64 "",
 2523       error.SetErrorStringWithFormat("unsupported float byte size: %" PRIu64 "",
 2594           "unsupported unsigned integer byte size: %" PRIu64 "",
 2641           "unsupported signed integer byte size: %" PRIu64 "",
 2656       error.SetErrorStringWithFormat("unsupported float byte size: %" PRIu64 "",
tools/lldb/source/Utility/Timer.cpp
  147     s->Printf("%.9f sec (total: %.3fs; child: %.3fs; count: %" PRIu64
tools/lldb/tools/driver/Driver.cpp
  429                "write(%i, %p, %" PRIu64
  566       commands_stream.Printf("process attach --pid %" PRIu64 "\n",
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  145     fprintf(stderr, "error: failed to attach to pid %" PRIu64 ": %s\n", pid,
tools/llvm-c-test/object.c
   42     printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
   83     printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
tools/llvm-objdump/llvm-objdump.cpp
 1740       outs() << format("%3" PRIu64 " %-*s %08" PRIx64 " ", Idx, NameWidth,
 1746       outs() << format("%3" PRIu64 " %-*s %08" PRIx64 " ", Idx, NameWidth,
tools/llvm-profdata/llvm-profdata.cpp
  789         OS << format("%4" PRIu64, VD[V].Value);
tools/llvm-readobj/ARMEHABIPrinter.h
  184   OS << format("; vsp = vsp + %" PRIu64 "\n", 0x204 + (Value << 2));
tools/llvm-readobj/DwarfCFIEHPrinter.h
  201       W.startLine() << format("[0x%" PRIx64 "] CIE length=%" PRIu64 "\n",
  222       W.startLine() << format("[0x%" PRIx64 "] FDE length=%" PRIu64
tools/llvm-size/llvm-size.cpp
  176     return PRIu64;
  501     fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"
  857   fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"