aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVictor Hernandez <vhernandez@apple.com>2010-01-18 20:42:09 +0000
committerVictor Hernandez <vhernandez@apple.com>2010-01-18 20:42:09 +0000
commit756462bfbd668c6c6afe74ce20d29b77ce20ab9b (patch)
treef9fdf6194d8899ff99e38c7e5b6f2069c49e508b /include
parent54630e1cef710e65751e2147cbdd2e018292c435 (diff)
downloadexternal_llvm-756462bfbd668c6c6afe74ce20d29b77ce20ab9b.zip
external_llvm-756462bfbd668c6c6afe74ce20d29b77ce20ab9b.tar.gz
external_llvm-756462bfbd668c6c6afe74ce20d29b77ce20ab9b.tar.bz2
Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts array
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index cc9514c..b74fe70 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/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);