Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAssembler.cpp311 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()
/external/llvm/include/llvm/MC/
DMCAssembler.h614 SmallVector<std::pair<unsigned, MCFragment *>, 1> SubsectionFragmentMap; variable