LLVM 20.0.0git
|
This file implements the WebAssemblyMCCodeEmitter class. More...
#include "MCTargetDesc/WebAssemblyFixupKinds.h"
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/raw_ostream.h"
#include "WebAssemblyGenMCCodeEmitter.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "mccodeemitter" |
Functions | |
STATISTIC (MCNumEmitted, "Number of MC instructions emitted.") | |
STATISTIC (MCNumFixups, "Number of MC fixups created.") | |
This file implements the WebAssemblyMCCodeEmitter class.
Definition in file WebAssemblyMCCodeEmitter.cpp.
#define DEBUG_TYPE "mccodeemitter" |
Definition at line 34 of file WebAssemblyMCCodeEmitter.cpp.
STATISTIC | ( | MCNumEmitted | , |
"Number of MC instructions emitted." | |||
) |
STATISTIC | ( | MCNumFixups | , |
"Number of MC fixups created." | |||
) |