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 --------------------------------------------------------===//
10 #include <mcld/LD/EhFrame.h>
25 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
30 // EhFrame::Record
32 EhFrame::Record::Record(llvm::StringRef pRegion)
36 EhFrame::Record::~Record()
42 // EhFrame::CIE
44 EhFrame::CIE::CIE(llvm::StringRef pRegion)
45 : EhFrame::Record(pRegion),
49 EhFrame::CIE::~CIE(
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 35 EhFrame,
EhFrame.h 1 //===- EhFrame.h ----------------------------------------------------------===//
31 /** \class EhFrame
32 * \brief EhFrame represents .eh_frame section
34 class EhFrame
37 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
39 EhFrame();
40 explicit EhFrame(LDSection& pSection);
42 ~EhFrame();
44 EhFrame(const EhFrame&); // DO NOT IMPLEMEN
    [all...]

Completed in 94 milliseconds