Home
last modified time | relevance | path

Searched refs:SectionAlign (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConfig.h69 struct SectionAlign { struct
165 std::vector<SectionAlign> sectionAlignments;
H A DOutputSegment.cpp60 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection()
H A DDriver.cpp863 static std::vector<SectionAlign> parseSectAlign(const opt::InputArgList &args) { in parseSectAlign()
864 std::vector<SectionAlign> sectAligns; in parseSectAlign()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h434 struct SectionAlign { struct
487 std::vector<SectionAlign> _sectAligns;
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp802 SectionAlign entry = { seg, sect, align }; in addSectionAlignment()
822 for (const SectionAlign &entry : _sectAligns) { in sectionAligned()