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

  /external/llvm/include/llvm/MC/
MCAtom.h 111 class MCDecodedInst {
116 MCDecodedInst(const MCInst &Inst, uint64_t Address, uint64_t Size)
123 typedef std::vector<MCDecodedInst> InstListTy;
139 const MCDecodedInst &back() const { return Insts.back(); }
140 const MCDecodedInst &at(size_t n) const { return Insts.at(n); }
  /external/llvm/lib/MC/
MCAtom.cpp 77 Insts.push_back(MCDecodedInst(I, NextInstAddress, Size));
MCObjectDisassembler.cpp 165 const MCDecodedInst &LI = TA->back();

Completed in 63 milliseconds