HomeSort by relevance Sort by last modified time
    Searched refs:MCInstrAnalysis (Results 1 - 8 of 8) 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
24 class MCInstrAnalysis {
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
32 virtual ~MCInstrAnalysis() {}
  /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,
Android.mk 22 MCInstrAnalysis.cpp \
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 21 #include "llvm/MC/MCInstrAnalysis.h"
250 class ARMMCInstrAnalysis : public MCInstrAnalysis {
252 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {}
258 return MCInstrAnalysis::isUnconditionalBranch(Inst);
265 return MCInstrAnalysis::isConditionalBranch(Inst);
283 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 20 #include "llvm/MC/MCInstrAnalysis.h"
226 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
227 return new MCInstrAnalysis(Info);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 39 class MCInstrAnalysis;
100 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo *Info);
189 /// MCInstrAnalysis, if registered.
321 /// createMCInstrAnalysis - Create a MCInstrAnalysis implementation.
323 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const {
676 /// RegisterMCInstrAnalysis - Register a MCInstrAnalysis implementation for
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 20 #include "llvm/MC/MCInstrAnalysis.h"
282 std::unique_ptr<const MCInstrAnalysis> MIA(
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 30 #include "llvm/MC/MCInstrAnalysis.h"
841 std::unique_ptr<const MCInstrAnalysis> MIA(
    [all...]

Completed in 690 milliseconds