Searched refs:PPCMCCodeEmitter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp1 //===-- PPCMCCodeEmitter.cpp - Convert PPC code to machine code -----------===//
10 // This file implements the PPCMCCodeEmitter class.
33 class PPCMCCodeEmitter : public MCCodeEmitter { class in namespace:__anon26077
34 PPCMCCodeEmitter(const PPCMCCodeEmitter &) LLVM_DELETED_FUNCTION;
35 void operator=(const PPCMCCodeEmitter &) LLVM_DELETED_FUNCTION;
42 PPCMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool isLittle) function in class:__anon26077::PPCMCCodeEmitter
46 ~PPCMCCodeEmitter() {}
159 return new PPCMCCodeEmitter(MCII, Ctx, IsLittleEndian);
162 unsigned PPCMCCodeEmitter
[all...]

Completed in 81 milliseconds