LLVM 20.0.0git
|
#include "llvm/Support/Casting.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/JSON.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
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 "json-emitter" |
Functions | |
void | llvm::EmitJSON (RecordKeeper &RK, raw_ostream &OS) |
#define DEBUG_TYPE "json-emitter" |
Definition at line 21 of file JSONBackend.cpp.