Home | History | Annotate | Download | only in LD

Lines Matching defs:cie

83     result.kind = CIE;
94 // {CIE, FDE, CIEt}
97 // (CIE FDE*)+ CIEt
104 // CIE \ / CIEt
108 // | CIE |
112 // CIE FDE Term Unknown
118 /* CIE FDE Term Unknown */
172 // skip Length, Extended Length and CIE ID.
209 // we discard this CIE if the augumentation string is '\0'
211 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
212 cie->setFDEEncode(llvm::dwarf::DW_EH_PE_absptr);
213 pEhFrame.addCIE(*cie);
217 // the Augmentation String start with 'eh' is a CIE from gcc before 3.0,
316 // create and push back the CIE entry
317 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
318 cie->setFDEEncode(fde_encoding);
319 pEhFrame.addCIE(*cie);