LLVM API Documentation

Functions | Variables
TableGenBackend.cpp File Reference
#include "llvm/ADT/Twine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TableGen/TableGenBackend.h"
#include <algorithm>
Include dependency graph for TableGenBackend.cpp:

Go to the source code of this file.

Functions

static void printLine (raw_ostream &OS, const Twine &Prefix, char Fill, StringRef Suffix)

Variables

const size_t MAX_LINE_LEN = 80U

Function Documentation

static void printLine ( raw_ostream OS,
const Twine Prefix,
char  Fill,
StringRef  Suffix 
) [static]

Variable Documentation

const size_t MAX_LINE_LEN = 80U

Definition at line 21 of file TableGenBackend.cpp.

Referenced by llvm::emitSourceFileHeader(), and printLine().