HomeSort by relevance Sort by last modified time
    Searched refs:SubsectionFragmentMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCAssembler.cpp 303 if (Subsection == 0 && SubsectionFragmentMap.empty())
307 std::lower_bound(SubsectionFragmentMap.begin(), SubsectionFragmentMap.end(),
310 if (MI != SubsectionFragmentMap.end()) {
316 if (MI == SubsectionFragmentMap.end())
324 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F));
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 613 SmallVector<std::pair<unsigned, MCFragment *>, 1> SubsectionFragmentMap;
    [all...]

Completed in 869 milliseconds