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

Definitions

include/llvm/Support/raw_ostream.h
  201   raw_ostream &operator<<(const std::string &Str) {
  216   raw_ostream &operator<<(unsigned int N) {
  220   raw_ostream &operator<<(int N) {
lib/DebugInfo/PDB/PDBExtras.cpp
   71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS,
  103 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) {
  154 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) {
  224 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) {
  284 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_UdtType &Type) {
  338 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const Variant &Value) {
lib/Support/raw_ostream.cpp
  122 raw_ostream &raw_ostream::operator<<(unsigned long N) {