Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp66 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection() local
67 if (sectAlign.segName == name && sectAlign.sectName == osec->name) in addOutputSection()
68 osec->align = sectAlign.align; in addOutputSection()