Lines Matching refs:EhFrame
33 class EhFrame {
35 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
37 EhFrame();
38 explicit EhFrame(LDSection& pSection);
40 ~EhFrame();
169 static EhFrame* Create(LDSection& pSection);
171 static void Destroy(EhFrame*& pSection);
176 EhFrame& merge(const Input& pInput, EhFrame& pInFrame);
231 void removeAndUpdateCIEForFDE(EhFrame& pInFrame,
235 void moveInputFragments(EhFrame& pInFrame);
236 void moveInputFragments(EhFrame& pInFrame, CIE& pInCIE, CIE* pOutCIE = 0);
254 DISALLOW_COPY_AND_ASSIGN(EhFrame);
257 bool operator==(const EhFrame::CIE&, const EhFrame::CIE&);