Searched refs:getDWARFExpressionBytes (Results 1 – 2 of 2) sorted by relevance
82 if (UL.getDWARFExpressionBytes()) { in printUnwindLocation()83 auto Expr = *UL.getDWARFExpressionBytes(); in printUnwindLocation()
151 std::optional<DWARFExpression> getDWARFExpressionBytes() const { in getDWARFExpressionBytes() function