HomeSort by relevance Sort by last modified time
    Searched full:mcinstranalysis (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 1 //===-- MCInstrAnalysis.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10 #include "llvm/MC/MCInstrAnalysis.h"
13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr,
CMakeLists.txt 23 MCInstrAnalysis.cpp
Android.mk 25 MCInstrAnalysis.cpp \
  /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
24 class MCInstrAnalysis {
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
32 virtual ~MCInstrAnalysis() {}
MCObjectDisassembler.h 34 class MCInstrAnalysis;
47 const MCInstrAnalysis &MIA);
111 const MCInstrAnalysis &MIA;
160 const MCInstrAnalysis &MIA, uint64_t VMAddrSlide,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 21 #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/
TargetRegistry.h 39 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
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 20 #include "llvm/MC/MCInstrAnalysis.h"
396 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
397 return new MCInstrAnalysis(Info);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 24 #include "llvm/MC/MCInstrAnalysis.h"
219 std::unique_ptr<MCInstrAnalysis> InstrAnalysis(
llvm-objdump.cpp 32 #include "llvm/MC/MCInstrAnalysis.h"
342 std::unique_ptr<const MCInstrAnalysis> MIA(
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 20 #include "llvm/MC/MCInstrAnalysis.h"
38 const MCInstrAnalysis &MIA)
498 const MCInstrAnalysis &MIA, uint64_t VMAddrSlide,
  /external/llvm/patches/
0004-Add-Android-makefiles-for-LLVM.patch     [all...]

Completed in 151 milliseconds