LLVM 19.0.0git
Namespaces | Functions | Variables
TableGenBackend.cpp File Reference
#include "llvm/TableGen/TableGenBackend.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::TableGen
 
namespace  llvm::TableGen::Emitter
 

Functions

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

Variables

const size_t MAX_LINE_LEN = 80U
 

Function Documentation

◆ printLine()

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

Variable Documentation

◆ MAX_LINE_LEN

const size_t MAX_LINE_LEN = 80U

Definition at line 23 of file TableGenBackend.cpp.

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