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

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 24 * the corresponding CIE and FDE entries.
44 CIE,
EhFrame.h 54 class CIE;
57 typedef std::vector<CIE*> CIEList;
65 typedef std::map</*offset*/size_t, CIE*> CIEMap;
67 // A super class of CIE and FDE, containing the same part
83 /** \class CIE
85 * The CIE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
87 class CIE : public Record
90 CIE(llvm::StringRef pRegion);
91 ~CIE();
140 FDE(llvm::StringRef pRegion, CIE& pCIE)
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 196 /// \brief DWARF Common Information Entry (CIE)
197 class CIE : public FrameEntry {
201 CIE(uint64_t Offset, uint64_t Length, uint8_t Version,
209 ~CIE() {
213 OS << format("%08x %08x %08x CIE",
244 // Each FDE has a CIE it's "linked to". Our FDE contains is constructed with
245 // an offset to the CIE (provided by parsing the FDE header). The CIE itself
259 OS << format("cie=%08x pc=%08x...%08x\n",
277 CIE *LinkedCIE
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 42 // EhFrame::CIE
44 EhFrame::CIE::CIE(llvm::StringRef pRegion)
49 EhFrame::CIE::~CIE()
56 EhFrame::FDE::FDE(llvm::StringRef pRegion, EhFrame::CIE& pCIE)
64 void EhFrame::FDE::setCIE(EhFrame::CIE& pCIE)
74 : EhFrame::CIE(pRegion) {
84 EhFrame::GeneratedFDE::GeneratedFDE(llvm::StringRef pRegion, CIE &pCIE)
151 void EhFrame::addCIE(EhFrame::CIE& pCIE, bool pAlsoAddFragment
227 CIE* cie = *i; local
    [all...]
  /external/lldb/include/lldb/Symbol/
DWARFCallFrameInfo.h 83 struct CIE
91 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData
92 uint32_t inst_length; // length of CIE instructions in mCFIData
96 CIE(dw_offset_t offset) : cie_offset(offset), version (-1), code_align (0),
101 typedef std::shared_ptr<CIE> CIESP;
122 const CIE*
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 255 applies for initial lengths for CIE/FDEs and probably in zillions
4068 Int cie; local
    [all...]

Completed in 336 milliseconds