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

/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp1 //===-- MCInstrAnalysis.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10 #include "llvm/MC/MCInstrAnalysis.h"
13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr,
H A DAndroid.mk25 MCInstrAnalysis.cpp \
/external/llvm/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
24 class MCInstrAnalysis { class in namespace:llvm
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} function in class:llvm::MCInstrAnalysis
32 virtual ~MCInstrAnalysis() {}
H A DMCObjectDisassembler.h34 class MCInstrAnalysis;
47 const MCInstrAnalysis &MIA);
111 const MCInstrAnalysis &MIA;
160 const MCInstrAnalysis &MIA, uint64_t VMAddrSlide,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp21 #include "llvm/MC/MCInstrAnalysis.h"
317 class ARMMCInstrAnalysis : public MCInstrAnalysis {
319 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {}
325 return MCInstrAnalysis::isUnconditionalBranch(Inst);
332 return MCInstrAnalysis::isConditionalBranch(Inst);
350 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) {
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h39 class MCInstrAnalysis;
89 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
183 /// MCInstrAnalysis, if registered.
308 /// createMCInstrAnalysis - Create a MCInstrAnalysis implementation.
310 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const {
632 /// RegisterMCInstrAnalysis - Register a MCInstrAnalysis implementation for
963 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp20 #include "llvm/MC/MCInstrAnalysis.h"
396 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
397 return new MCInstrAnalysis(Info);
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp20 #include "llvm/MC/MCInstrAnalysis.h"
38 const MCInstrAnalysis &MIA)
498 const MCInstrAnalysis &MIA, uint64_t VMAddrSlide,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp24 #include "llvm/MC/MCInstrAnalysis.h"
219 std::unique_ptr<MCInstrAnalysis> InstrAnalysis(
H A Dllvm-objdump.cpp32 #include "llvm/MC/MCInstrAnalysis.h"
342 std::unique_ptr<const MCInstrAnalysis> MIA(

Completed in 889 milliseconds