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

/external/llvm/include/llvm/MC/
H A DMCAssembler.h165 // 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 { class in namespace:llvm
187 MCInstFragment(MCInst _Inst, MCSectionData *SD = 0) function in class:llvm::MCInstFragment
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 388 milliseconds