Searched refs:CIE (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | EhFrame.h | 47 class CIE : public RegionFragment 50 CIE(MemoryRegion& pRegion); 67 const CIE& pCIE, 70 const CIE& getCIE() const { return m_CIE; } in getCIE() 75 const CIE& m_CIE; 79 typedef std::vector<CIE*> CIEList; 113 void addCIE(CIE& pCIE); 124 const CIE& cie_front() const { return *m_CIEs.front(); } in cie_front() 125 CIE& cie_front() { return *m_CIEs.front(); } in cie_front() 126 const CIE& cie_back () const { return *m_CIEs.back(); } in cie_back() [all …]
|
D | EhFrameReader.h | 46 CIE, enumerator
|
D | DiagCommonKinds.inc | 38 DIAG(note_eh_cie, DiagnosticEngine::Note, "CIE length: %0, aug_string: %1, fde_encodeing: %2", "CIE…
|
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrame.cpp | 27 EhFrame::CIE::CIE(MemoryRegion& pRegion) in CIE() function in EhFrame::CIE 35 const EhFrame::CIE& pCIE, in FDE() 102 void EhFrame::addCIE(EhFrame::CIE& pCIE) in addCIE()
|
D | EhFrameReader.cpp | 83 result.kind = CIE; in scan() 303 EhFrame::CIE* cie = new EhFrame::CIE(pRegion); in addCIE()
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 373 static uint64_t AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame);
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 424 uint64_t IRBuilder::AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame) in AppendEhFrame()
|