LLVM 20.0.0git
|
#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) |
#define DEBUG_TYPE "detailed-records-backend" |
Definition at line 29 of file DetailedRecordsBackend.cpp.
#define NL "\n" |
Definition at line 31 of file DetailedRecordsBackend.cpp.