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

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h35 EhFrame, enumerator in enum:mcld::LDFileFormat::Kind
H A DEhFrame.h1 //===- EhFrame.h ----------------------------------------------------------===//
30 /** \class EhFrame
31 * \brief EhFrame represents .eh_frame section
33 class EhFrame { class in namespace:mcld
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*
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp1 //===- EhFrame.cpp --------------------------------------------------------===//
9 #include "mcld/LD/EhFrame.h"
26 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
31 // EhFrame::Record
33 EhFrame::Record::Record(llvm::StringRef pRegion) : RegionFragment(pRegion) {
36 EhFrame::Record::~Record() {
41 // EhFrame::CIE
43 EhFrame::CIE::CIE(llvm::StringRef pRegion)
44 : EhFrame::Record(pRegion),
51 EhFrame
92 EhFrame::EhFrame() : m_pSection(NULL), m_pSectionData(NULL) { function in class:mcld::EhFrame
95 EhFrame::EhFrame(LDSection& pSection) function in class:mcld::EhFrame
[all...]

Completed in 60 milliseconds