Searched defs:CIE (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DCIE.cpp1 //===- CIE.cpp ------------------------------------------------------------===//
10 #include <mcld/LD/CIE.h>
15 // CIE
17 CIE::CIE(MemoryRegion& pRegion, uint8_t pFDEEncode) function in class:CIE
21 CIE::~CIE()
/frameworks/compile/mclinker/include/mcld/LD/
H A DCIE.h1 //===- CIE.h --------------------------------------------------------------===//
21 /** \class CIE
23 * The CIE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
25 class CIE : public RegionFragment class in namespace:mcld
28 explicit CIE(MemoryRegion& pRegion, uint8_t pFDEEncode);
29 ~CIE();

Completed in 800 milliseconds