diff options
author | Devang Patel <dpatel@apple.com> | 2010-07-26 18:49:27 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-07-26 18:49:27 +0000 |
commit | e9b711c39827d7dcba0fc4cb787a4a7395285634 (patch) | |
tree | 5823b8e89072223f5f27cee95c73273aaf4be847 /lib/CodeGen/CGDebugInfo.h | |
parent | 66d0acd5f1010625df9987a89b8cc4df3d378d5e (diff) |
Revert 109303.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index fc296acf45..fdfd3dca57 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -70,7 +70,6 @@ class CGDebugInfo { /// DebugInfoNames - This is a storage for names that are /// constructed on demand. For example, C++ destructors, C++ operators etc.. llvm::BumpPtrAllocator DebugInfoNames; - llvm::StringRef CWDName; llvm::DenseMap<const char *, llvm::WeakVH> DIFileCache; llvm::DenseMap<const FunctionDecl *, llvm::WeakVH> SPCache; @@ -199,13 +198,6 @@ private: llvm::DIDescriptor getContextDescriptor(const Decl *Decl, llvm::DIDescriptor &CU); - /// getCompDirname - AT_comp_dir is empty if filename is absulte otherwise - /// it points to compilation directory. - llvm::StringRef getCompDirname(llvm::StringRef Filename); - - /// getCurrentDirname - Return current directory name. - llvm::StringRef getCurrentDirname(); - /// CreateCompileUnit - Create new compile unit. void CreateCompileUnit(); |