From 870913f7075838d240bd6609786cb8b45c283c83 Mon Sep 17 00:00:00 2001 From: Victor Hernandez Date: Mon, 18 Jan 2010 20:42:09 +0000 Subject: Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts array llvm-svn: 93764 --- llvm/include/llvm/Analysis/DebugInfo.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'llvm/include') 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); -- cgit v1.2.3