Home | History | Annotate | Download | only in MC

Lines Matching refs:Subsection

248 MCSectionData::getSubsectionInsertionPoint(unsigned Subsection) {
249 if (Subsection == 0 && SubsectionFragmentMap.empty())
254 std::make_pair(Subsection, (MCFragment *)0));
257 ExactMatch = MI->first == Subsection;
266 if (!ExactMatch && Subsection != 0) {
270 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F));