diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index ef18957e3d2..cbc81ff6fef 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1032,6 +1032,9 @@ private: llvm::PointerType *PTy, const VarDecl *D); + llvm::StringMapEntry<llvm::GlobalVariable *> * + getConstantStringMapEntry(StringRef Str, int CharByteWidth); + /// Set attributes which are common to any form of a global definition (alias, /// Objective-C method, function, global variable). /// |

