HomeSort by relevance Sort by last modified time
    Searched defs:EhFrame (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 1 //===- 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::CIE::~CIE()
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 35 EhFrame,
EhFrame.h 1 //===- EhFrame.h ----------------------------------------------------------===//
30 /** \class EhFrame
31 * \brief EhFrame represents .eh_frame section
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)
    [all...]

Completed in 92 milliseconds