Searched refs:SubsectionFragmentMap (Results 1 – 2 of 2) sorted by relevance
311 if (Subsection == 0 && SubsectionFragmentMap.empty()) in getSubsectionInsertionPoint()315 std::lower_bound(SubsectionFragmentMap.begin(), SubsectionFragmentMap.end(), in getSubsectionInsertionPoint()318 if (MI != SubsectionFragmentMap.end()) { in getSubsectionInsertionPoint()324 if (MI == SubsectionFragmentMap.end()) in getSubsectionInsertionPoint()332 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F)); in getSubsectionInsertionPoint()
614 SmallVector<std::pair<unsigned, MCFragment *>, 1> SubsectionFragmentMap; variable