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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCInstrAnalysis.h1 //===-- llvm/MC/MCInstrAnalysis.h - InstrDesc target hooks ------*- C++ -*-===//
10 // This file defines the MCInstrAnalysis class which the MCTargetDescs can
21 class MCInstrAnalysis { class in namespace:llvm
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} function in class:llvm::MCInstrAnalysis
29 virtual ~MCInstrAnalysis() {}
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCInstrAnalysis.cpp1 //===-- MCInstrAnalysis.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10 #include "llvm/MC/MCInstrAnalysis.h"
13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr,
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-objdump/
H A DMCFunction.h26 class MCInstrAnalysis;
83 const MCInstrAnalysis *Ana, raw_ostream &DebugOut,
H A DMCFunction.cpp20 #include "llvm/MC/MCInstrAnalysis.h"
32 uint64_t End, const MCInstrAnalysis *Ana,
H A DMachODump.cpp26 #include "llvm/MC/MCInstrAnalysis.h"
138 MCInstrAnalysis *InstrAnalysis,
253 OwningPtr<MCInstrAnalysis>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp19 #include "llvm/MC/MCInstrAnalysis.h"
205 class ARMMCInstrAnalysis : public MCInstrAnalysis {
207 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {}
213 return MCInstrAnalysis::isUnconditionalBranch(Inst);
220 return MCInstrAnalysis::isConditionalBranch(Inst);
237 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DTargetRegistry.h38 class MCInstrAnalysis;
81 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
166 /// MCInstrAnalysis, if registered.
304 /// createMCInstrAnalysis - Create a MCInstrAnalysis implementation.
306 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const {
609 /// RegisterMCInstrAnalysis - Register a MCInstrAnalysis implementation for
942 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp20 #include "llvm/MC/MCInstrAnalysis.h"
492 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
493 return new MCInstrAnalysis(Info);

Completed in 186 milliseconds