Lines Matching defs:CIE
2522 /// located in the CIE instead of the FDE.
2529 /// located in the CIE instead of the FDE.
2532 /// References to CIE, FDE and expanded instructions after a restore state
2533 const BinaryFunction::CFIInstrMapType &CIE;
2561 // emits a DW_CFA_def_cfa_register in CIE's which leaves the offset
2625 "CIE did not define default CFA?");
2630 /// Interpret all CIE and FDE instructions up until CFI State number and
2633 const BinaryFunction::CFIInstrMapType &CIE,
2637 : CIE(CIE), FDE(FDE), FrameRestoreEquivalents(FrameRestoreEquivalents) {
2643 for (int32_t I = 0, E = CIE.size(); I != E; ++I) {
2644 const MCCFIInstruction &Instr = CIE[I];
2664 const BinaryFunction::CFIInstrMapType &CIE,
2668 : CFISnapshot(CIE, FDE, FrameRestoreEquivalents, State) {}
2708 CurRegRule < 0 ? CIE[-CurRegRule] : FDE[CurRegRule];