Output an LLVM style file header to the specified raw_ostream.
Synopsis
Declared in <llvm/TableGen/TableGenBackend.h>
void
emitSourceFileHeader(
StringRef Desc,
raw_ostream& OS,
RecordKeeper const& Record = RecordKeeper());
Parameters
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. |
Created with MrDocs