HomeSort by relevance Sort by last modified time
    Searched refs:m_pCIE (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 143 const CIE& getCIE() const { return *m_pCIE; }
144 CIE& getCIE() { return *m_pCIE; }
147 CIE* m_pCIE; // Referenced CIE may change when merging.
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 58 : EhFrame::Record(pRegion), m_pCIE(&pCIE) {
65 m_pCIE = &pCIE;
66 m_pCIE->add(*this);

Completed in 90 milliseconds