Home | History | Annotate | Download | only in MC

Lines Matching refs:fixup_begin

707         assert(DF.fixup_begin() == DF.fixup_end() &&
817 for (MCEncodedFragmentWithFixups::fixup_iterator it3 = F->fixup_begin(),
854 for (MCRelaxableFragment::const_fixup_iterator it = F->fixup_begin(),
1066 if (DF->fixup_begin() != DF->fixup_end()) {
1069 for (MCDataFragment::const_fixup_iterator it = DF->fixup_begin(),
1071 if (it != DF->fixup_begin()) OS << ",\n ";