HomeSort by relevance Sort by last modified time
    Searched refs:MCInstrAnalysis (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 1 //===-- llvm/MC/MCInstrAnalysis.h - InstrDesc target hooks ------*- C++ -*-===//
10 // This file defines the MCInstrAnalysis class which the MCTargetDescs can
21 class MCInstrAnalysis {
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
29 virtual ~MCInstrAnalysis() {}
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 1 //===-- MCInstrAnalysis.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10 #include "llvm/MC/MCInstrAnalysis.h"
13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr,
Android.mk 23 MCInstrAnalysis.cpp \
  /external/llvm/tools/llvm-objdump/
MCFunction.h 26 class MCInstrAnalysis;
83 const MCInstrAnalysis *Ana, raw_ostream &DebugOut,
MCFunction.cpp 20 #include "llvm/MC/MCInstrAnalysis.h"
32 uint64_t End, const MCInstrAnalysis *Ana,
MachODump.cpp 26 #include "llvm/MC/MCInstrAnalysis.h"
138 MCInstrAnalysis *InstrAnalysis,
253 OwningPtr<MCInstrAnalysis>
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 19 #include "llvm/MC/MCInstrAnalysis.h"
197 class ARMMCInstrAnalysis : public MCInstrAnalysis {
199 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {}
205 return MCInstrAnalysis::isUnconditionalBranch(Inst);
212 return MCInstrAnalysis::isConditionalBranch(Inst);
229 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) {
  /external/llvm/include/llvm/Support/
TargetRegistry.h 38 class MCInstrAnalysis;
81 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
164 /// MCInstrAnalysis, if registered.
302 /// createMCInstrAnalysis - Create a MCInstrAnalysis implementation.
304 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const {
608 /// RegisterMCInstrAnalysis - Register a MCInstrAnalysis implementation for
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 20 #include "llvm/MC/MCInstrAnalysis.h"
487 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
488 return new MCInstrAnalysis(Info);

Completed in 335 milliseconds