Searched defs:EhFrame (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp1 //===- EhFrame.cpp --------------------------------------------------------===//
9 #include <mcld/LD/EhFrame.h>
20 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
25 // EhFrame::CIE
27 EhFrame::CIE::CIE(MemoryRegion& pRegion)
32 // EhFrame::FDE
34 EhFrame::FDE::FDE(MemoryRegion& pRegion,
35 const EhFrame::CIE& pCIE,
43 // EhFrame
45 EhFrame function in class:EhFrame
49 EhFrame::EhFrame(LDSection& pSection) function in class:EhFrame
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h1 //===- EhFrame.h ----------------------------------------------------------===//
27 /** \class EhFrame
28 * \brief EhFrame represents .eh_frame section
30 class EhFrame class in namespace:mcld
33 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
35 EhFrame();
36 explicit EhFrame(LDSection& pSection);
38 ~EhFrame();
40 EhFrame(const EhFrame
[all...]
H A DLDFileFormat.h37 EhFrame, enumerator in enum:mcld::LDFileFormat::Kind

Completed in 184 milliseconds