Lines Matching defs:CIE
1217 struct CIE {
1238 static CIE parseCIE(const InputSection *isec, const EhReader &reader,
1246 CIE cie;
1249 fatal("Expected CIE version of 1 or 3, got " + Twine(version));
1315 // <CIE start>
1317 // <CIE end>
1391 DenseMap<const InputSection *, CIE> cieMap;
1412 // value, which is itself an offset from the current PC to a CIE.
1420 // We already have an explicit relocation for the CIE offset.
1426 // If we haven't found a relocation, then the CIE offset is most likely
1436 fatal("failed to find CIE");
1448 const CIE &cie = cieMap[cieIsec];