HomeSort by relevance Sort by last modified time
    Searched defs:MCInstFragment (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
MCInstFragment.h 1 //===- MCInstFragment.h ---------------------------------------------------===//
24 /** \class MCInstFragment
25 * \brief MCInstFragment for mcld
30 class MCInstFragment : public llvm::MCFragment
36 /// m_pFragment - llvm MCInstFragment for this MCInstFragment
37 llvm::MCInstFragment* m_pFragment;
47 MCInstFragment( llvm::MCInstFragment& pFragment )
53 ~MCInstFragment(){}
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 165 // FIXME: This current incarnation of MCInstFragment doesn't make much sense, as
167 // with this approach (as opposed to making MCInstFragment a very light weight
170 class MCInstFragment : public MCFragment {
187 MCInstFragment(MCInst _Inst, MCSectionData *SD = 0)
224 static bool classof(const MCInstFragment *) { return true; }
742 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCInstFragment *DF,
746 bool fragmentNeedsRelaxation(const MCInstFragment *IF,
755 bool relaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);

Completed in 470 milliseconds