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

References

lib/MC/MCAsmStreamer.cpp
 1356   PrintQuotedString(toHex(Checksum), OS);
lib/ObjectYAML/MinidumpYAML.cpp
  181     OS << toHex(makeArrayRef(Fixed.Storage));
tools/clang/tools/extra/clangd/index/Background.cpp
  361   vlog("Indexing {0} (digest:={1})", Cmd.Filename, llvm::toHex(Hash));
tools/clang/tools/extra/clangd/index/BackgroundIndexStorage.cpp
   34                                            "." + llvm::toHex(digest(FilePath)) +
tools/llvm-dwarfdump/Statistics.cpp
  441       ChildVarPrefix += toHex(LexicalBlockIndex++) + '.';
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  219   sys::path::append(Path, llvm::toHex(BuildIdBytes[0], /*LowerCase*/ true));
  226                     llvm::toHex(BuildIdBytes.slice(1), /*LowerCase*/ true));
tools/llvm-pdbutil/InputFile.cpp
  222                  toHex(FC->getValue().Checksum), File);
  250                    formatChecksumKind(Iter->Kind), toHex(Iter->Checksum));
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  682     P.formatLine("  {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9));