LLVM 19.0.0git
Namespaces | Macros | Functions
DetailedRecordsBackend.cpp File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include <map>
#include <memory>
#include <string>
#include <utility>

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_TYPE   "detailed-records-backend"
 
#define NL   "\n"
 

Functions

void llvm::EmitDetailedRecords (RecordKeeper &RK, raw_ostream &OS)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "detailed-records-backend"

Definition at line 29 of file DetailedRecordsBackend.cpp.

◆ NL

#define NL   "\n"

Definition at line 31 of file DetailedRecordsBackend.cpp.