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 DConfig.h215 std::vector<SectionAlign> sectionAlignments; member
H A DOutputSegment.cpp72 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection()
H A DDriver.cpp1983 config->sectionAlignments = parseSectAlign(args); in link()