Home
last modified time | relevance | path

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

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