Searched defs:MCInstrAnalysis (Results 1 - 2 of 2) sorted by relevance

/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() {}
/external/swiftshader/third_party/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
21 class MCInstrAnalysis { class in namespace:llvm
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} function in class:llvm::MCInstrAnalysis
29 virtual ~MCInstrAnalysis() {}

Completed in 116 milliseconds