reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
projects/compiler-rt/lib/fuzzer/FuzzerUtil.cpp
    1 //===- FuzzerUtil.cpp - Misc utils ----------------------------------------===//
    2 //
    3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  306 // Encode binary data into base64.
  307 // This was copied from compiler-rt/lib/fuzzer/FuzzerUtil.cpp.
  308 // FIXME: Factor this out into llvm/Support?