LLVM  4.0.0
Macros | Functions
WebAssemblyMCCodeEmitter.cpp File Reference

This file implements the WebAssemblyMCCodeEmitter class. More...

#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/MC/MCCodeEmitter.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/EndianStream.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/raw_ostream.h"
#include "WebAssemblyGenMCCodeEmitter.inc"
Include dependency graph for WebAssemblyMCCodeEmitter.cpp:

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.")
 

Detailed Description

This file implements the WebAssemblyMCCodeEmitter class.

Definition in file WebAssemblyMCCodeEmitter.cpp.

Macro Definition Documentation

#define DEBUG_TYPE   "mccodeemitter"

Definition at line 30 of file WebAssemblyMCCodeEmitter.cpp.

Function Documentation

STATISTIC ( MCNumEmitted  ,
"Number of MC instructions emitted."   
)
STATISTIC ( MCNumFixups  ,
"Number of MC fixups created."   
)