Searched defs:NextSD (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMachObjectWriter.cpp105 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next]; local
106 if (NextSD.getSection().isVirtualSection())
108 return OffsetToAlignment(EndAddr, NextSD.getAlignment());

Completed in 561 milliseconds