Home | History | Annotate | Download | only in LD

Lines Matching defs:EhFrame

1 //===- EhFrame.h ----------------------------------------------------------===//
27 /** \class EhFrame
28 * \brief EhFrame represents .eh_frame section
30 class EhFrame
33 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
35 EhFrame();
36 explicit EhFrame(LDSection& pSection);
38 ~EhFrame();
40 EhFrame(const EhFrame&); // DO NOT IMPLEMENT
41 EhFrame& operator=(const EhFrame&); // DO NOT IMPLEMENT
93 static EhFrame* Create(LDSection& pSection);
95 static void Destroy(EhFrame*& pSection);
100 EhFrame& merge(EhFrame& pOther);
115 /// addCIE - add a CIE entry in EhFrame
118 /// addFDE - add a FDE entry in EhFrame