LLVM
8.0.1
|
#include "llvm/TableGen/TableGenBackend.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/raw_ostream.h"
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 |
|
static |
Definition at line 22 of file TableGenBackend.cpp.
References assert(), MAX_LINE_LEN, llvm::cl::Prefix, llvm::StringRef::size(), llvm::Twine::str(), and llvm::raw_ostream::tell().
Referenced by llvm::emitSourceFileHeader().
const size_t MAX_LINE_LEN = 80U |
Definition at line 20 of file TableGenBackend.cpp.
Referenced by llvm::emitSourceFileHeader(), and printLine().