Lines Matching refs:MCInstrInfo
41 class MCInstrInfo; variable
99 typedef MCInstrInfo *(*MCInstrInfoCtorFnTy)(void);
100 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
125 const MCInstrInfo &MII,
133 const MCInstrInfo &MII,
135 typedef MCCodeEmitter *(*MCCodeEmitterCtorTy)(const MCInstrInfo &II,
319 MCInstrInfo *createMCInstrInfo() const { in createMCInstrInfo()
327 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const { in createMCInstrAnalysis()
392 const MCInstrInfo &MII, in createMCAsmParser()
417 const MCInstrInfo &MII, in createMCInstPrinter()
426 MCCodeEmitter *createMCCodeEmitter(const MCInstrInfo &II, in createMCCodeEmitter()
976 static MCInstrInfo *Allocator() { in Allocator()
1009 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator()
1157 const MCInstrInfo &MII, in Allocator()
1199 static MCCodeEmitter *Allocator(const MCInstrInfo & /*II*/, in Allocator()