Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DOutputSegment.cpp60 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection() local
61 if (sectAlign.segName == name && sectAlign.sectName == osec->name) in addOutputSection()
62 osec->align = sectAlign.align; in addOutputSection()