Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:CIE

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;
330 // Note: this is specifically DWARFv3 CIE header structure. It was
340 Entries.emplace_back(new CIE(StartOffset, Length, Version,