forked from OSchip/llvm-project
parent
0c502d2a62
commit
43cfa5dce1
|
@ -119,7 +119,7 @@ llvm::StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) {
|
|||
return llvm::StringRef(StrPtr, OS.tell());
|
||||
}
|
||||
|
||||
/// getSelectporName - Return selector name. This is used for debugging
|
||||
/// getSelectorName - Return selector name. This is used for debugging
|
||||
/// info.
|
||||
llvm::StringRef CGDebugInfo::getSelectorName(Selector S) {
|
||||
llvm::SmallString<256> SName;
|
||||
|
|
|
@ -267,7 +267,7 @@ private:
|
|||
/// This is the display name for the debugging info.
|
||||
llvm::StringRef getObjCMethodName(const ObjCMethodDecl *FD);
|
||||
|
||||
/// getSelectporName - Return selector name. This is used for debugging
|
||||
/// getSelectorName - Return selector name. This is used for debugging
|
||||
/// info.
|
||||
llvm::StringRef getSelectorName(Selector S);
|
||||
|
||||
|
|
Loading…
Reference in New Issue