Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h177 std::vector<SectionAlign> sectionAlignments; member
H A DOutputSegment.cpp60 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection()
H A DDriver.cpp1443 config->sectionAlignments = parseSectAlign(args); in link()