diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 967889a92df..4c2aeb75ac2 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -284,6 +284,13 @@ public: private: + /// SetGlobalValueAttributes - Set attributes for a global decl. + void SetGlobalValueAttributes(const Decl *D, + bool IsInternal, + bool IsInline, + llvm::GlobalValue *GV, + bool ForDefinition); + /// SetFunctionAttributesForDefinition - Set function attributes specific to a /// function definition. /// \param D - The ObjCMethodDecl or FunctionDecl defining \arg F. |