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

Definitions

include/llvm/ADT/APInt.h
 2051 inline raw_ostream &operator<<(raw_ostream &OS, const APInt &I) {
include/llvm/ADT/APSInt.h
  346 inline raw_ostream &operator<<(raw_ostream &OS, const APSInt &I) {
include/llvm/ADT/Optional.h
  419 raw_ostream &operator<<(raw_ostream &OS, const Optional<T> &O) {
include/llvm/ADT/Twine.h
  535   inline raw_ostream &operator<<(raw_ostream &OS, const Twine &RHS) {
include/llvm/Analysis/LazyCallGraph.h
  454     friend raw_ostream &operator<<(raw_ostream &OS, const SCC &C) {
  575     friend raw_ostream &operator<<(raw_ostream &OS, const RefSCC &RC) {
include/llvm/Analysis/ScalarEvolution.h
  180 inline raw_ostream &operator<<(raw_ostream &OS, const SCEV &S) {
include/llvm/DebugInfo/GSYM/LineEntry.h
   31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) {
include/llvm/IR/ConstantRange.h
  471 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) {
include/llvm/IR/Value.h
  725 inline raw_ostream &operator<<(raw_ostream &OS, const Value &V) {
include/llvm/MC/MCInst.h
  213 inline raw_ostream& operator<<(raw_ostream &OS, const MCOperand &MO) {
include/llvm/Support/Error.h
  310   friend raw_ostream &operator<<(raw_ostream &OS, const Error &E) {
include/llvm/Support/JSON.h
  841 inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Value &V) {
include/llvm/Support/LowLevelTypeImpl.h
  275 inline raw_ostream& operator<<(raw_ostream &OS, const LLT &Ty) {
include/llvm/Support/raw_ostream.h
  158   raw_ostream &operator<<(char C) {
  179   raw_ostream &operator<<(StringRef Str) {
  194   raw_ostream &operator<<(const char *Str) {
  201   raw_ostream &operator<<(const std::string &Str) {
  206   raw_ostream &operator<<(const SmallVectorImpl<char> &Str) {
  216   raw_ostream &operator<<(unsigned int N) {
  220   raw_ostream &operator<<(int N) {
include/llvm/TextAPI/MachO/PackedVersion.h
   56 inline raw_ostream &operator<<(raw_ostream &OS, const PackedVersion &Version) {
lib/Analysis/AliasAnalysis.cpp
  410 raw_ostream &llvm::operator<<(raw_ostream &OS, AliasResult AR) {
lib/DebugInfo/GSYM/FunctionInfo.cpp
   26 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) {
lib/DebugInfo/GSYM/Header.cpp
   23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) {
lib/DebugInfo/GSYM/InlineInfo.cpp
   21 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const InlineInfo &II) {
lib/DebugInfo/GSYM/LineTable.cpp
  283 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) {
lib/DebugInfo/GSYM/Range.cpp
   56 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const AddressRange &R) {
   60 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const AddressRanges &AR) {
lib/ExecutionEngine/Orc/Core.cpp
  145 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym) {
  180 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) {
lib/Support/Chrono.cpp
   43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) {
lib/Support/Optional.cpp
   12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) {
lib/Support/VersionTuple.cpp
   27 raw_ostream &llvm::operator<<(raw_ostream &Out, const VersionTuple &V) {
lib/Support/raw_ostream.cpp
  122 raw_ostream &raw_ostream::operator<<(unsigned long N) {
  127 raw_ostream &raw_ostream::operator<<(long N) {
  132 raw_ostream &raw_ostream::operator<<(unsigned long long N) {
  137 raw_ostream &raw_ostream::operator<<(long long N) {
  205 raw_ostream &raw_ostream::operator<<(const void *P) {
  210 raw_ostream &raw_ostream::operator<<(double N) {
lib/Testing/Support/Annotations.cpp
   92 llvm::raw_ostream &llvm::operator<<(llvm::raw_ostream &O,
lib/TextAPI/MachO/Architecture.cpp
   75 raw_ostream &operator<<(raw_ostream &OS, Architecture Arch) {
lib/TextAPI/MachO/Target.cpp
   55 raw_ostream &operator<<(raw_ostream &OS, const Target &Target) {
tools/clang/include/clang/Basic/FixedPoint.h
  204 inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  212 inline raw_ostream &operator<<(raw_ostream &os, clang::ento::SVal V) {
tools/clang/lib/AST/DeclarationName.cpp
  201 raw_ostream &operator<<(raw_ostream &OS, DeclarationName N) {
tools/clang/lib/Driver/Multilib.cpp
  137 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const Multilib &M) {
  305 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) {
tools/clang/lib/Tooling/Syntax/Tokens.cpp
   74 llvm::raw_ostream &syntax::operator<<(llvm::raw_ostream &OS, const Token &T) {
  105 llvm::raw_ostream &syntax::operator<<(llvm::raw_ostream &OS,
tools/clang/tools/extra/clangd/CodeComplete.cpp
 1848 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const CodeCompletion &C) {
 1853 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
tools/clang/tools/extra/clangd/Diagnostics.cpp
  269 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const DiagBase &D) {
  278 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Fix &F) {
  288 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Diag &D) {
tools/clang/tools/extra/clangd/Headers.cpp
  228 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Inclusion &Inc) {
tools/clang/tools/extra/clangd/Protocol.cpp
  104 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Position &P) {
  120 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Range &R) {
  131 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Location &L) {
  153 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const TextEdit &TE) {
  491 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Diagnostic &D) {
  553 llvm::raw_ostream &operator<<(llvm::raw_ostream &O,
  586 llvm::raw_ostream &operator<<(llvm::raw_ostream &O, const SymbolDetails &S) {
  629 llvm::raw_ostream &operator<<(llvm::raw_ostream &O, const DocumentSymbol &S) {
  874 llvm::raw_ostream &operator<<(llvm::raw_ostream &O,
  912 llvm::raw_ostream &operator<<(llvm::raw_ostream &O,
  973 llvm::raw_ostream &operator<<(llvm::raw_ostream &O,
tools/clang/tools/extra/clangd/Quality.cpp
  424 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
tools/clang/tools/extra/clangd/RIFF.cpp
   69 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const File &F) {
tools/clang/tools/extra/clangd/Selection.h
  129   friend llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
tools/clang/tools/extra/clangd/XRefs.cpp
 1028 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const LocatedSymbol &S) {
tools/clang/tools/extra/clangd/index/Ref.cpp
   14 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, RefKind K) {
   31 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Ref &R) {
tools/clang/tools/extra/clangd/index/Symbol.cpp
   25 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Symbol &S) {
tools/clang/tools/extra/clangd/index/SymbolID.cpp
   46 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const SymbolID &ID) {
tools/clang/tools/extra/clangd/index/SymbolOrigin.cpp
   14 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, SymbolOrigin O) {
tools/clang/tools/extra/clangd/index/dex/Token.h
   80   friend llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Token &T) {
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp
   54 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const PrintedDecl &D) {
tools/clang/unittests/Index/IndexTests.cpp
   52 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Position &Pos) {
   65 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const TestSymbol &S) {
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
  187 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  214 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  237 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  295 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  331 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  352 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  397 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
  475 llvm::raw_ostream &breakpad::operator<<(llvm::raw_ostream &OS,
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
   43 inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, Record::Kind K) {
tools/lldb/source/Target/MemoryRegionInfo.cpp
   11 llvm::raw_ostream &lldb_private::operator<<(llvm::raw_ostream &OS,
tools/lldb/source/Utility/Scalar.cpp
 2904 llvm::raw_ostream &lldb_private::operator<<(llvm::raw_ostream &os, const Scalar &scalar) {
tools/lldb/unittests/Core/UniqueCStringMapTest.cpp
   25   friend llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
unittests/Support/JSONTest.cpp
  339 inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,