Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp53 SectionOrder.clear(); in reset()
137 if (Next >= SectionOrder.size()) in getPaddingSize()
140 const MCSection &NextSec = *SectionOrder[Next]; in getPaddingSize()
683 SectionOrder.push_back(&Sec); in computeSectionAddresses()
689 SectionOrder.push_back(&Sec); in computeSectionAddresses()
695 for (const MCSection *Sec : SectionOrder) { in computeSectionAddresses()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h148 SmallVector<MCSection *, 0> SectionOrder; variable
204 return SectionOrder; in getSectionOrder()