Output an LLVM style file header to the specified raw_ostream.
Declared in <llvm/TableGen/TableGenBackend.h>
void
emitSourceFileHeader(
StringRef Desc,
raw_ostream& OS,
RecordKeeper const& Record = RecordKeeper());
| Name | Description |
|---|---|
| Desc | Description written into the header banner. |
| OS | Stream that receives the header. |
| Record | Record keeper whose input filename is noted when set. |