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

References

lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  243     OS << format(" %+" PRId64, int64_t(Operand));
  247       OS << format(" %" PRId64, Operand * CodeAlignmentFactor);
  249       OS << format(" %" PRId64 "*code_alignment_factor" , Operand);
  253       OS << format(" %" PRId64, int64_t(Operand) * DataAlignmentFactor);
  255       OS << format(" %" PRId64 "*data_alignment_factor" , int64_t(Operand));
  259       OS << format(" %" PRId64, Operand * DataAlignmentFactor);
  261       OS << format(" %" PRId64 "*data_alignment_factor" , Operand);
  264     OS << format(" reg%" PRId64, Operand);
lib/DebugInfo/DWARF/DWARFExpression.cpp
  225         OS << format(" %s%+" PRId64, RegName, Operands[OpNum]);
  278         OS << format(" %+" PRId64, (int64_t)Operands[Operand]);
lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
   27   OS << format("\n  CU list offset = 0x%x, has %" PRId64 " entries:",
   47   OS << format("\n  Address area offset = 0x%x, has %" PRId64 " entries:",
   58   OS << format("\n  Symbol table offset = 0x%x, size = %" PRId64
   87   OS << format("\n  Constant pool offset = 0x%x, has %" PRId64 " CU vectors:",
lib/MC/MCInstPrinter.cpp
   82   return format("%" PRId64, Value);
lib/Remarks/YAMLRemarkParser.cpp
   81                              "Mismatching remark version. Got %" PRId64
   82                              ", expected %" PRId64 ".",
lib/Support/Timer.cpp
  176     OS << format("%9" PRId64 "  ", (int64_t)getMemUsed());
lib/XRay/FDRRecordProducer.cpp
   92           "Failed reading one byte from offset %" PRId64 ".", OffsetPtr);
  154         "Failed reading one byte from offset %" PRId64 ".", OffsetPtr);
  166               "at offset %" PRId64 ".",
  186           "Buffer over-read at offset %" PRId64 " (over-read by %" PRId64
  186           "Buffer over-read at offset %" PRId64 " (over-read by %" PRId64
lib/XRay/FileHeaderReader.cpp
   33         "Failed reading version from file header at offset %" PRId64 ".",
   41         "Failed reading file type from file header at offset %" PRId64 ".",
   49         "Failed reading flag bits from file header at offset %" PRId64 ".",
   59         "Failed reading cycle frequency from file header at offset %" PRId64
lib/XRay/RecordInitializer.cpp
   17         "Invalid offset for a buffer extent (%" PRId64 ").", OffsetPtr);
   23                              "Cannot read buffer extent at offset %" PRId64 ".",
   35         "Invalid offset for a wallclock record (%" PRId64 ").", OffsetPtr);
   42         "Cannot read wall clock 'seconds' field at offset %" PRId64 ".",
   50         "Cannot read wall clock 'nanos' field at offset %" PRId64 ".",
   64         "Invalid offset for a new cpu id record (%" PRId64 ").", OffsetPtr);
   70                              "Cannot read CPU id at offset %" PRId64 ".",
   77                              "Cannot read CPU TSC at offset %" PRId64 ".",
   89         "Invalid offset for a new TSC wrap record (%" PRId64 ").", OffsetPtr);
   96         "Cannot read TSC wrap record at offset %" PRId64 ".", OffsetPtr);
  107         "Invalid offset for a custom event record (%" PRId64 ").", OffsetPtr);
  115         "Cannot read a custom event record size field offset %" PRId64 ".",
  121         "Invalid size for custom event (size = %d) at offset %" PRId64 ".",
  129         "Cannot read a custom event TSC field at offset %" PRId64 ".",
  140           "Missing CPU field at offset %" PRId64 ".", OffsetPtr);
  151         "Cannot read %d bytes of custom event data from offset %" PRId64 ".",
  160         "Failed reading data into buffer of size %d at offset %" PRId64 ".",
  168         "%" PRId64 " expecting %d bytes at offset %" PRId64 ".",
  168         "%" PRId64 " expecting %d bytes at offset %" PRId64 ".",
  180         "Invalid offset for a custom event record (%" PRId64 ").", OffsetPtr);
  189         "Cannot read a custom event record size field offset %" PRId64 ".",
  195         "Invalid size for custom event (size = %d) at offset %" PRId64 ".",
  204         "%" PRId64 ".",
  215         "Cannot read %d bytes of custom event data from offset %" PRId64 ".",
  224         "Failed reading data into buffer of size %d at offset %" PRId64 ".",
  232         "%" PRId64 " expecting %d bytes at offset %" PRId64 ".",
  232         "%" PRId64 " expecting %d bytes at offset %" PRId64 ".",
  244         "Invalid offset for a typed event record (%" PRId64 ").", OffsetPtr);
  253         "Cannot read a typed event record size field offset %" PRId64 ".",
  259         "Invalid size for typed event (size = %d) at offset %" PRId64 ".",
  268         "%" PRId64 ".",
  276         "Cannot read a typed event record type field at offset %" PRId64 ".",
  287         "Cannot read %d bytes of custom event data from offset %" PRId64 ".",
  296         "Failed reading data into buffer of size %d at offset %" PRId64 ".",
  304         "%" PRId64 " expecting %d bytes at offset %" PRId64 ".",
  304         "%" PRId64 " expecting %d bytes at offset %" PRId64 ".",
  316         "Invalid offset for a call argument record (%" PRId64 ").",
  324         "Cannot read a call arg record at offset %" PRId64 ".", OffsetPtr);
  335         "Invalid offset for a process ID record (%" PRId64 ").", OffsetPtr);
  342         "Cannot read a process ID record at offset %" PRId64 ".", OffsetPtr);
  353         "Invalid offset for a new buffer record (%" PRId64 ").", OffsetPtr);
  360         "Cannot read a new buffer record at offset %" PRId64 ".", OffsetPtr);
  371         "Invalid offset for an end-of-buffer record (%" PRId64 ").",
  391         "Invalid offset for a function record (%" PRId64 ").", OffsetPtr);
  399         "Cannot read function id field from offset %" PRId64 ".", OffsetPtr);
  415         "Unknown function record type '%d' at offset %" PRId64 ".",
  425         "Failed reading TSC delta from offset %" PRId64 ".", OffsetPtr);
lib/XRay/Trace.cpp
   70           "Not enough bytes to read a full record at offset %" PRId64 ".",
   77           "Failed reading record type at offset %" PRId64 ".", OffsetPtr);
   90             "Failed reading CPU field at offset %" PRId64 ".", OffsetPtr);
   97             "Failed reading record type field at offset %" PRId64 ".",
  116             "Unknown record type '%d' at offset %" PRId64 ".", Type, OffsetPtr);
  124             "Failed reading function id field at offset %" PRId64 ".",
  132             "Failed reading TSC field at offset %" PRId64 ".", OffsetPtr);
  139             "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr);
  146             "Failed reading process id at offset %" PRId64 ".", OffsetPtr);
  161             "Failed reading function id field at offset %" PRId64 ".",
  169             "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr);
  176             "Failed reading process id field at offset %" PRId64 ".",
  186             "%" PRId64 ".",
  194             "Failed reading argument payload at offset %" PRId64 ".",
  203           "Unknown record type '%d' at offset %" PRId64 ".", RecordType,
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3263   OS << llvm::format("%10" PRId64 " | ", (int64_t)Offset.getQuantity());
tools/lldb/source/Core/DumpDataExtractor.cpp
  338         s->Printf("%" PRId64,
tools/lldb/source/Core/EmulateInstruction.cpp
  446     strm.Printf(" (reg_plus_offset = %s%+" PRId64 ")",
  458     strm.Printf(" (base_and_imm_offset = %s%+" PRId64 ", data_reg = %s)",
  478     strm.Printf(" (signed_offset = %+" PRId64 ")", info.signed_offset);
  491     strm.Printf(" (signed_immediate = %+" PRId64 " (0x%16.16" PRIx64 "))",
tools/lldb/source/Core/FormatEntity.cpp
  544                   "[ScanBracketedRange] [%" PRId64
  553                   "[ScanBracketedRange] [%" PRId64 "-%" PRId64 "] detected",
  553                   "[ScanBracketedRange] [%" PRId64 "-%" PRId64 "] detected",
  962                   "index %" PRId64,
tools/lldb/source/Expression/IRMemoryMap.cpp
  581               ", 0x%" PRId64 ") went to [0x%" PRIx64 "..0x%" PRIx64 ")",
  712               ", 0x%" PRId64 ") came from [0x%" PRIx64 "..0x%" PRIx64 ")",
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  150   LLDB_LOGF(log, "Removing %" PRId64 " modules.",
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  176       LLDB_LOGF(log, "Initial module fetch:  Adding %" PRId64 " modules.\n",
  312   LLDB_LOGF(log, "Adding %" PRId64 " modules.",
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  697             ", modid=%" PRId64 ", tls_block=0x%" PRIx64 "\n",
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1818     LLDB_LOGF(log, "LRT[%u]   Size = %" PRId64, current_id, size);
 1819     LLDB_LOGF(log, "LRT[%u]   Alignment = %" PRId64, current_id, alignment);
 1825                 "LRT[%u]     (FieldDecl*)%p, Name = '%s', Offset = %" PRId64
 1848             "LRT[%u]     %s(CXXRecordDecl*)%p, Name = '%s', Offset = %" PRId64
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  355   stream.Printf("%s%" PRId64 "%s", prefix.c_str(), value, suffix.c_str());
tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
   85     stream.Printf("%" PRId64 " seconds", value);
   88     stream.Printf("%" PRId64 " half seconds", value);
   91     stream.Printf("%" PRId64 " third%sof a second", value,
   95     stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale,
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6265               printf("Saving %" PRId64
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2567   stream.Printf("qKillSpawnedProcess:%" PRId64, pid);
 3010   stream.Printf("vFile:pread:%i,%" PRId64 ",%" PRId64, (int)fd, dst_len,
 3010   stream.Printf("vFile:pread:%i,%" PRId64 ",%" PRId64, (int)fd, dst_len,
 3044   stream.Printf("vFile:pwrite:%i,%" PRId64 ",", (int)fd, offset);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  213               "entire register context at once, expected at least %" PRId64
  215               "but only got %" PRId64 " bytes.",
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  394             "0x%" PRIx64 ", size = %" PRId64 "), returned page is at 0x%" PRIx64
  395             ", size %" PRId64,
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  398             "(page_to_free == 0x%" PRIx64 ", size = %" PRId64
  399             "), returned page is at 0x%" PRIx64 ", size %" PRId64
  400             ", count = %" PRId64,
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  396             "0x%" PRIx64 ", size = %" PRId64 "), returned page is at 0x%" PRIx64
  397             ", size %" PRId64 ", count = %" PRId64,
  397             ", size %" PRId64 ", count = %" PRId64,
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  404             "== 0x%" PRIx64 ", size = %" PRId64
  405             "), returned page is at 0x%" PRIx64 ", size %" PRId64,
tools/lldb/source/Symbol/UnwindPlan.cpp
  230     s.Printf("%4" PRId64 ": CFA=", GetOffset());
tools/lldb/source/Target/StopInfo.cpp
  151                     "Process::%s could not find breakpoint site id: %" PRId64
  534                   "Process::%s could not find breakpoint site id: %" PRId64
  665                   "Process::%s could not find watchpoint location id: %" PRId64
  887                   "Process::%s could not find watchpoint id: %" PRId64 "...",
tools/lldb/source/Utility/DataExtractor.cpp
 1025       sstr.Printf(format ? format : " %" PRId64, GetSLEB128(&offset));
tools/llvm-nm/llvm-nm.cpp
  759       printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
  759       printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
  772       printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64;
  772       printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64;
tools/llvm-objdump/MachODump.cpp
 2242   outs() << format("%3d/%-3d %5" PRId64 " ",
tools/llvm-objdump/llvm-objdump.cpp
  862       OS << format("%8" PRId64 ":", Address.Address / 8);
 2063   outs() << format("%d/%d %6" PRId64 " ", unwrapOrError(C.getUID(), Filename),
tools/llvm-profdata/llvm-profdata.cpp
  792       OS << ", " << format("%10" PRId64, VD[V].Count) << " ] ("