Home
last modified time | relevance | path

Searched refs:numOfFDEs (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp60 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs(); in emitOutput()
136 size += 8 * m_EhFrame.getEhFrame()->numOfFDEs(); in sizeOutput()
DEhFrame.cpp151 size_t EhFrame::numOfFDEs() const { in numOfFDEs() function in mcld::EhFrame
156 size += (*i)->numOfFDEs(); in numOfFDEs()
/frameworks/compile/mclinker/include/mcld/LD/
DEhFrame.h115 size_t numOfFDEs() const { return m_FDEs.size(); } in numOfFDEs() function
206 size_t numOfFDEs() const;