Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp36 Expected<UnwindTable> llvm::dwarf::createUnwindTable(const FDE *Fde) { in createUnwindTable() argument
37 const CIE *Cie = Fde->getLinkedCIE(); in createUnwindTable()
41 Fde->getOffset()); in createUnwindTable()
44 if (Cie->cfis().empty() && Fde->cfis().empty()) in createUnwindTable()
49 Row.setAddress(Fde->getInitialLocation()); in createUnwindTable()
57 parseRows(Fde->cfis(), Row, &InitialLocs).moveInto(FdeRows)) in createUnwindTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h54 LLVM_ABI Expected<UnwindTable> createUnwindTable(const FDE *Fde);