Mercurial > hg > CbC > CbC_llvm
comparison lib/CodeGen/LiveDebugVariables.h @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
96:6418606d0ead | 100:7d135dc70f03 |
---|---|
31 class LiveIntervals; | 31 class LiveIntervals; |
32 class VirtRegMap; | 32 class VirtRegMap; |
33 | 33 |
34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { | 34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { |
35 void *pImpl; | 35 void *pImpl; |
36 DenseMap<const Function *, DISubprogram *> FunctionDIs; | |
37 | 36 |
38 public: | 37 public: |
39 static char ID; // Pass identification, replacement for typeid | 38 static char ID; // Pass identification, replacement for typeid |
40 | 39 |
41 LiveDebugVariables(); | 40 LiveDebugVariables(); |