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

Declarations

include/llvm/TableGen/Record.h
 1693 raw_ostream &operator<<(raw_ostream &OS, const Record &R);

References

lib/TableGen/Record.cpp
 2122 LLVM_DUMP_METHOD void Record::dump() const { errs() << *this; }
 2343     OS << "class " << *C.second;
 2347     OS << "def " << *D.second;
utils/TableGen/CallingConvEmitter.cpp
  110       errs() << *Action;
  288       errs() << *Action;
utils/TableGen/CodeEmitterGen.cpp
  125         errs() << *R;
utils/TableGen/CodeGenDAGPatterns.cpp
 1810   errs() << *Operator;
utils/TableGen/SubtargetFeatureInfo.cpp
   21   errs() << getEnumName() << " " << Index << "\n" << *TheDef;