Searched refs:Fde (Results 1 – 2 of 2) sorted by relevance
36 Expected<UnwindTable> llvm::dwarf::createUnwindTable(const FDE *Fde) { in createUnwindTable() argument37 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()
54 LLVM_ABI Expected<UnwindTable> createUnwindTable(const FDE *Fde);