Searched refs:MCInstrAnalysis (Results 1 – 10 of 10) sorted by relevance
21 class MCInstrAnalysis {27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function29 virtual ~MCInstrAnalysis() {} in ~MCInstrAnalysis()
176 class ARMMCInstrAnalysis : public MCInstrAnalysis {178 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()184 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()191 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()208 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
26 class MCInstrAnalysis; variable83 const MCInstrAnalysis *Ana, raw_ostream &DebugOut,
32 uint64_t End, const MCInstrAnalysis *Ana, in createFunctionFromMC()
138 MCInstrAnalysis *InstrAnalysis, in createMCFunctionAndSaveCalls()253 OwningPtr<MCInstrAnalysis> in DisassembleInputMachO()
13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
21 MCInstrAnalysis.cpp
23 MCInstrAnalysis.cpp \
38 class MCInstrAnalysis; variable81 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);303 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const { in createMCInstrAnalysis()924 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator()
487 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) { in createX86MCInstrAnalysis()488 return new MCInstrAnalysis(Info); in createX86MCInstrAnalysis()