Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp66 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection()
H A DConfig.h206 std::vector<SectionAlign> sectionAlignments; member
H A DDriver.cpp1768 config->sectionAlignments = parseSectAlign(args); in link()