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

  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 126 : MCSymbolizer(Ctx, std::move(RelInfo)), Obj(Obj), SortedSections(),
202 // SortedSections implementation.
210 if (SortedSections.empty())
214 EndIt = SortedSections.end(),
215 It = std::lower_bound(SortedSections.begin(), EndIt,
247 std::lower_bound(SortedSections.begin(), SortedSections.end(), SAddr,
249 if (It != SortedSections.end()) {
254 SortedSections.insert(It, Section);
  /external/llvm/include/llvm/MC/
MCObjectSymbolizer.h 74 SortedSectionList SortedSections;

Completed in 854 milliseconds