Lines Matching refs:MCInstFragment
325 return cast<MCInstFragment>(F).getInstSize(); in computeFragmentSize()
466 MCInstFragment &IF = cast<MCInstFragment>(F); in WriteFragmentData()
633 MCInstFragment *IF = dyn_cast<MCInstFragment>(it2); in Finish()
635 for (MCInstFragment::fixup_iterator it3 = IF->fixup_begin(), in Finish()
653 const MCInstFragment *DF, in fixupNeedsRelaxation()
667 bool MCAssembler::fragmentNeedsRelaxation(const MCInstFragment *IF, in fragmentNeedsRelaxation()
675 for (MCInstFragment::const_fixup_iterator it = IF->fixup_begin(), in fragmentNeedsRelaxation()
684 MCInstFragment &IF) { in relaxInstruction()
780 relaxedFrag = relaxInstruction(Layout, *cast<MCInstFragment>(it2)); in layoutSectionOnce()
899 const MCInstFragment *IF = cast<MCInstFragment>(this); in dump()
984 void MCInstFragment::anchor() { } in anchor()