mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Emit DBG_VALUE instructions from LiveDebugVariables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class VirtRegMap;
|
||||
|
||||
class LiveDebugVariables : public MachineFunctionPass {
|
||||
void *pImpl;
|
||||
public:
|
||||
@@ -42,7 +44,8 @@ public:
|
||||
|
||||
/// emitDebugValues - Emit new DBG_VALUE instructions reflecting the changes
|
||||
/// that happened during register allocation.
|
||||
void emitDebugValues();
|
||||
/// @param VRM Rename virtual registers according to map.
|
||||
void emitDebugValues(VirtRegMap *VRM);
|
||||
|
||||
/// dump - Print data structures to dbgs().
|
||||
void dump();
|
||||
|
Reference in New Issue
Block a user