LLVM API Documentation
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "MCTargetDesc/AArch64FixupKinds.h"
#include "MCTargetDesc/AArch64MCExpr.h"
#include "Utils/AArch64BaseInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/raw_ostream.h"
#include "AArch64GenMCCodeEmitter.inc"
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "mccodeemitter" |
Functions | |
STATISTIC (MCNumEmitted,"Number of MC instructions emitted.") | |
STATISTIC (MCNumFixups,"Number of MC fixups created.") |
#define DEBUG_TYPE "mccodeemitter" |
Definition at line 28 of file AArch64MCCodeEmitter.cpp.
STATISTIC | ( | MCNumEmitted | , |
"Number of MC instructions emitted." | |||
) |
STATISTIC | ( | MCNumFixups | , |
"Number of MC fixups created." | |||
) |