Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h434 struct SectionAlign { struct
487 std::vector<SectionAlign> _sectAligns;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp802 SectionAlign entry = { seg, sect, align }; in addSectionAlignment()
822 for (const SectionAlign &entry : _sectAligns) { in sectionAligned()