Home | History | Annotate | Download | only in LD

Lines Matching refs:FDE

55   class FDE;
61 typedef std::list<FDE*> FDEList;
67 // A super class of CIE and FDE, containing the same part
113 void add(FDE& pFDE) { m_FDEs.push_back(&pFDE); }
114 void remove(FDE& pFDE) { m_FDEs.remove(&pFDE); }
133 /** \class FDE
135 * The FDE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
137 class FDE : public Record
140 FDE(llvm::StringRef pRegion, CIE& pCIE);
141 ~FDE();
162 class GeneratedFDE : public FDE
193 /// addFDE - add a FDE entry in EhFrame
194 void addFDE(FDE& pFDE, bool pAlsoAddFragment = true);
241 // Each eh_frame has a list of CIE, and each CIE has a list of FDE
248 // We need this map to find the corresponding CIE for FDE. Not all FDE point