summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorDmitry Mikulin <dmitry.mikulin@sony.com>2019-10-17 00:55:38 +0000
committerDmitry Mikulin <dmitry.mikulin@sony.com>2019-10-17 00:55:38 +0000
commit15984457a673eff3969c0755be543e7d572edd47 (patch)
tree634b93a5840f7b20c19bd993d202ae7b68faa2a8 /clang/lib/CodeGen/CodeGenModule.h
parenteb1bbcec08d2d22bbcc55be6cb05476b617c96cf (diff)
downloadbcm5719-llvm-15984457a673eff3969c0755be543e7d572edd47.tar.gz
bcm5719-llvm-15984457a673eff3969c0755be543e7d572edd47.zip
Revert Tag CFI-generated data structures with "#pragma clang section" attributes.
This reverts r375022 (git commit e2692b3bc0327606748b6d291b9009d2c845ced5) llvm-svn: 375069
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index a6662da5f55..597b8d712ca 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -1347,11 +1347,6 @@ public:
/// \param QT is the clang QualType of the null pointer.
llvm::Constant *getNullPointer(llvm::PointerType *T, QualType QT);
- /// Set section attributes requested by "#pragma clang section"
- /// \param D is the declaration to read semantic attributes from.
- /// \param GO is the global object to set section attributes.
- void setPragmaSectionAttributes(const Decl *D, llvm::GlobalObject *GO);
-
private:
llvm::Constant *GetOrCreateLLVMFunction(
StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
OpenPOWER on IntegriCloud