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

References

tools/lldb/source/Commands/CommandObjectMemory.cpp
 1562           result.AppendErrorWithFormat("Value %" PRIo64
tools/lldb/source/Core/DumpDataExtractor.cpp
  362         s->Printf("0%" PRIo64,
tools/llvm-nm/llvm-nm.cpp
  753       printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
  753       printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
  766       printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
  766       printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
tools/llvm-size/llvm-size.cpp
  174     return PRIo64;
  501     fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"
  857   fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"