Home
last modified time | relevance | path

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

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