Home
last modified time | relevance | path

Searched refs:getCurrentUnwindRow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIState.cpp21 std::optional<dwarf::UnwindRow> DWARFCFIState::getCurrentUnwindRow() const { in getCurrentUnwindRow() function in DWARFCFIState
67 auto MaybeCurrentRow = getCurrentUnwindRow(); in convert()
H A DDWARFCFIAnalysis.cpp109 auto MaybeCurrentRow = State.getCurrentUnwindRow(); in DWARFCFIAnalysis()
129 auto MaybePrevRow = State.getCurrentUnwindRow(); in update()
157 auto MaybeNextRow = State.getCurrentUnwindRow(); in update()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIState.h34 LLVM_ABI std::optional<dwarf::UnwindRow> getCurrentUnwindRow() const;