Searched refs:hasEhFrame (Results 1 – 11 of 11) sorted by relevance
59 if (m_EhFrame.hasEhFrame()) in emitOutput()135 if (m_EhFrame.hasEhFrame()) in sizeOutput()
97 bool LDSection::hasEhFrame() const { in hasEhFrame() function in mcld::LDSection
389 assert(pSection.hasEhFrame()); in emitSectionData()
83 if (pSection.hasEhFrame()) in Create()
154 bool hasEhFrame() const;
154 bool hasEhFrame() const { in hasEhFrame() function
81 if (target->hasEhFrame()) in MergeSection()
369 if (!(*sect)->hasEhFrame()) in mergeSections()676 if (eh_frame_sect && eh_frame_sect->hasEhFrame()) in prelayout()
227 if (!section->hasEhFrame()) in initStandardSymbols()2312 ((*it)->hasEhFrame() && in placeOutputSections()2480 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in createAndSizeEhFrameHdr()2585 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in postProcessing()
277 if (!eh_sect || !eh_sect->hasEhFrame()) in addEhFrameForPLT()
303 assert(!pSection.hasEhFrame() && "pSection already has eh_frame."); in CreateEhFrame()