diff options
author | Jeremy Morse <jeremy.morse@sony.com> | 2023-06-07 12:33:43 +0100 |
---|---|---|
committer | Jeremy Morse <jeremy.morse@sony.com> | 2023-11-18 23:42:36 +0000 |
commit | 4259198d65c1454b5cb5e60a46b2cce2544f1ca5 (patch) | |
tree | d8f0a83a3db9e3922d6c04fe8449528ac8c41999 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 89b0f1ee340b31f09d148ca542a41a9870fb0fad (diff) | |
download | llvm-4259198d65c1454b5cb5e60a46b2cce2544f1ca5.zip llvm-4259198d65c1454b5cb5e60a46b2cce2544f1ca5.tar.gz llvm-4259198d65c1454b5cb5e60a46b2cce2544f1ca5.tar.bz2 |
[DebugInfo][RemoveDIs] Support finding DPValues like dbg.values (#71952)
This patch extends findDbgValue and friends to optionally fill out a vector
of DPValue pointers, containing DPValues that refer to the sought Value.
This will allow us to incrementally add instrumentation to other
optimisation passes one-at-a-time, while un-instrumented passes will not
(yet) update DPValues.
Unit tests to check this behaves in the same way as dbg.values.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions