Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h487 std::vector<SectionAlign> _sectAligns; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp803 _sectAligns.push_back(entry); in addSectionAlignment()
822 for (const SectionAlign &entry : _sectAligns) { in sectionAligned()