Searched refs:m_MaxSectionAlign (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp36 m_MaxSectionAlign(0x0) {
48 m_MaxSectionAlign(0x0) {
79 if (pSection->align() > m_MaxSectionAlign)
80 m_MaxSectionAlign = pSection->align();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h66 uint64_t align() const { return std::max(m_Align, m_MaxSectionAlign); }
114 uint64_t m_MaxSectionAlign; // max alignment of the sections in this segment member in class:mcld::ELFSegment

Completed in 80 milliseconds