Home | History | Annotate | Download | only in MC

Lines Matching full:fixup_begin

798         assert(DF.fixup_begin() == DF.fixup_end() &&
915 for (MCEncodedFragmentWithFixups::fixup_iterator it3 = F->fixup_begin(),
954 for (MCRelaxableFragment::const_fixup_iterator it = F->fixup_begin(),
1166 if (DF->fixup_begin() != DF->fixup_end()) {
1169 for (MCDataFragment::const_fixup_iterator it = DF->fixup_begin(),
1171 if (it != DF->fixup_begin()) OS << ",\n ";