mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 05:06:07 +00:00

Add support for evaluating DW_OP_entry_value. This involves parsing DW_TAG_call_site_parameter and wiring the information through to the expression evaluator. rdar://54496008 Differential Revision: https://reviews.llvm.org/D67376 llvm-svn: 371668