summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit870913f7075838d240bd6609786cb8b45c283c83 (patch)
treeb24bb43be7e95517f5886d456ae2d931cd9734dd /llvm/include
parentc35b54396c8caa8016e94fb2789de35b27c0ec4a (diff)
downloadbcm5719-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.h7
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);
OpenPOWER on IntegriCloud