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

/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp196 /// \brief DWARF Common Information Entry (CIE)
197 class CIE : public FrameEntry { class in namespace:__anon25835
201 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, function in class:__anon25835::CIE
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
277 CIE *LinkedCIE;
330 // Note: this is specifically DWARFv3 CIE heade
[all...]
/external/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h83 struct CIE struct in class:lldb_private::DWARFCallFrameInfo
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), function in struct:lldb_private::DWARFCallFrameInfo::CIE
101 typedef std::shared_ptr<CIE> CIESP;
122 const CIE*
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c255 applies for initial lengths for CIE/FDEs and probably in zillions
1718 > If a CIE does not have an "augmentation string" (typically "zR") then
1721 > is specified by the CIE itself, which works fine with GCC compiled code
2024 /* Read-only fields (set by the CIE) */
3705 /* This gives the CIE an identity to which FDEs will refer. */
3719 CIE; typedef in typeref:struct:__anon32469
3721 static void init_CIE ( CIE* cie )
3734 static CIE the_CIEs[N_CIEs];
3791 of which is either a FDE (usually) or a CIE (occasionally).
3792 Each FDE has a field indicating which CIE i
[all...]

Completed in 332 milliseconds