Searched refs:SectionsForRanges (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h170 SetVector<MCSection *> SectionsForRanges; member in class:llvm::MCContext
631 return SectionsForRanges;
635 return SectionsForRanges.insert(Sec);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp103 SectionsForRanges.clear();
673 /// Remove empty sections from SectionsForRanges, to avoid generating
676 SectionsForRanges.remove_if(

Completed in 119 milliseconds