Searched refs:getCurrentUnwindRow (Results 1 – 3 of 3) sorted by relevance
21 std::optional<dwarf::UnwindRow> DWARFCFIState::getCurrentUnwindRow() const { in getCurrentUnwindRow() function in DWARFCFIState67 auto MaybeCurrentRow = getCurrentUnwindRow(); in convert()
109 auto MaybeCurrentRow = State.getCurrentUnwindRow(); in DWARFCFIAnalysis()129 auto MaybePrevRow = State.getCurrentUnwindRow(); in update()157 auto MaybeNextRow = State.getCurrentUnwindRow(); in update()
34 LLVM_ABI std::optional<dwarf::UnwindRow> getCurrentUnwindRow() const;