diff options
| author | Victor Hernandez <vhernandez@apple.com> | 2010-01-18 20:42:09 +0000 |
|---|---|---|
| committer | Victor Hernandez <vhernandez@apple.com> | 2010-01-18 20:42:09 +0000 |
| commit | 870913f7075838d240bd6609786cb8b45c283c83 (patch) | |
| tree | b24bb43be7e95517f5886d456ae2d931cd9734dd /llvm/include | |
| parent | c35b54396c8caa8016e94fb2789de35b27c0ec4a (diff) | |
| download | bcm5719-llvm-870913f7075838d240bd6609786cb8b45c283c83.tar.gz bcm5719-llvm-870913f7075838d240bd6609786cb8b45c283c83.zip | |
Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts array
llvm-svn: 93764
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Analysis/DebugInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h index cc9514cade1..b74fe7089b6 100644 --- a/llvm/include/llvm/Analysis/DebugInfo.h +++ b/llvm/include/llvm/Analysis/DebugInfo.h @@ -656,13 +656,6 @@ namespace llvm { Constant *GetTagConstant(unsigned TAG); }; - /// Finds the dbg.declare intrinsic corresponding to this value if any. - /// It looks through pointer casts too. - const DbgDeclareInst *findDbgDeclare(const Value *V); - - /// Find the debug info descriptor corresponding to this global variable. - Value *findDbgGlobalDeclare(GlobalVariable *V); - bool getLocationInfo(const Value *V, std::string &DisplayName, std::string &Type, unsigned &LineNo, std::string &File, std::string &Dir); |

