Home
last modified time | relevance | path

Searched refs:SubsectionFragmentMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCAssembler.cpp248 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()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAssembler.h596 SmallVector<std::pair<unsigned, MCFragment *>, 1> SubsectionFragmentMap; variable