Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachOLinkingContext.cpp797 _sectAligns.push_back(entry); in addSectionAlignment()
816 for (const SectionAlign &entry : _sectAligns) { in sectionAligned()
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
HDMachOLinkingContext.h489 std::vector<SectionAlign> _sectAligns; variable