HomeSort by: relevance | last modified time | path
    Searched refs:SectionsForRanges (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 192 SetVector<MCSection *> SectionsForRanges;
759 return SectionsForRanges;
763 return SectionsForRanges.insert(Sec);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 149 SectionsForRanges.clear();
886 /// Remove empty sections from SectionsForRanges, to avoid generating
889 SectionsForRanges.remove_if(

Completed in 47 milliseconds