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.cpp72 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection() local
73 if (sectAlign.segName == name && sectAlign.sectName == osec->name) in addOutputSection()
74 osec->align = sectAlign.align; in addOutputSection()