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

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h1 //===- EhFrame.h ----------------------------------------------------------===//
30 /** \class EhFrame
31 * \brief EhFrame represents .eh_frame section
32 * EhFrame is responsible to parse the input eh_frame sections and create
35 class EhFrame class in namespace:mcld
47 EhFrame();
48 ~EhFrame();
H A DLDFileFormat.h38 EhFrame, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp1 //===- EhFrame.cpp --------------------------------------------------------===//
10 #include <mcld/LD/EhFrame.h>
22 // EhFrame
23 EhFrame::EhFrame() function in class:EhFrame
27 EhFrame::~EhFrame()
31 uint64_t EhFrame::readEhFrame(Layout& pLayout,
147 bool EhFrame::addCIE(MemoryRegion& pRegion,
301 bool EhFrame
[all...]

Completed in 917 milliseconds