Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp126 const MCSection &NextSec = *Layout.getSectionOrder()[Next]; in getPaddingSize() local
127 if (NextSec.isVirtualSection()) in getPaddingSize()
129 return OffsetToAlignment(EndAddr, NextSec.getAlignment()); in getPaddingSize()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp1100 auto NextSec = std::find_if(I, E, IsOutputSec); in findOrphanPos() local
1101 if (NextSec == E) in findOrphanPos()