Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h437 struct SectionAlign { struct
490 std::vector<SectionAlign> _sectAligns;
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp798 SectionAlign entry = { seg, sect, align }; in addSectionAlignment()
818 for (const SectionAlign &entry : _sectAligns) { in sectionAligned()