Searched refs:SubsectionFragmentMap (Results 1 – 2 of 2) sorted by relevance
248 if (Subsection == 0 && SubsectionFragmentMap.empty()) in getSubsectionInsertionPoint()252 std::lower_bound(SubsectionFragmentMap.begin(), SubsectionFragmentMap.end(), in getSubsectionInsertionPoint()255 if (MI != SubsectionFragmentMap.end()) { in getSubsectionInsertionPoint()261 if (MI == SubsectionFragmentMap.end()) in getSubsectionInsertionPoint()269 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F)); in getSubsectionInsertionPoint()
596 SmallVector<std::pair<unsigned, MCFragment *>, 1> SubsectionFragmentMap; variable