Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h149 SmallVector<MCSection *, 0> SectionOrder; variable
199 return SectionOrder; in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp49 SectionOrder.clear(); in reset()
130 if (Next >= SectionOrder.size()) in getPaddingSize()
133 const MCSection &NextSec = *SectionOrder[Next]; in getPaddingSize()
686 SectionOrder.push_back(&Sec); in computeSectionAddresses()
692 SectionOrder.push_back(&Sec); in computeSectionAddresses()
698 for (const MCSection *Sec : SectionOrder) { in computeSectionAddresses()