Searched refs:Fde (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp204 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { argument
205 const CIE *Cie = Fde->getLinkedCIE();
209 Fde->getOffset());
212 if (Cie->cfis().empty() && Fde->cfis().empty())
217 Row.setAddress(Fde->getInitialLocation());
218 UT.EndAddress = Fde->getInitialLocation() + Fde->getAddressRange();
224 if (Error FdeError = UT.parseRows(Fde->cfis(), Row, &InitialLocs))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h366 /// \param Fde The Frame Descriptor Entry to extract the table from. The
367 /// CFIProgram is retrieved from the \a Fde object and used to create the
372 static Expected<UnwindTable> create(const FDE *Fde);

Completed in 114 milliseconds