diff options
author | David Chisnall <csdavec@swan.ac.uk> | 2010-09-02 18:01:51 +0000 |
---|---|---|
committer | David Chisnall <csdavec@swan.ac.uk> | 2010-09-02 18:01:51 +0000 |
commit | 52044a2cb6d33705cb69577e5f202e794123ce81 (patch) | |
tree | e1b00ff6e975b9d4e58b8ff51b5a7789e5acd698 /lib/CodeGen/CGDebugInfo.h | |
parent | 3f0ce9c3ab04d0edb8d28145a8feb4abaa8fb8e6 (diff) |
Tidy up last commit, as per Devang's comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index fce66b25af..a1ad012353 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -232,6 +232,9 @@ private: /// name is constructred on demand (e.g. C++ destructor) then the name /// is stored on the side. llvm::StringRef getFunctionName(const FunctionDecl *FD); + /// getObjCMethodName - Returns the unmangled name of an Objective-C method. + /// This is the display name for the debugging info. + llvm::StringRef getObjCMethodName(const ObjCMethodDecl *FD); /// getClassName - Get class name including template argument list. llvm::StringRef getClassName(RecordDecl *RD); |