summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-09-26 01:56:30 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-09-26 01:56:30 +0000
commita834166e48f094b30b940fa04033016a9241ab54 (patch)
treea0efa5b78ff8e507533568ac06ca25fdf3160256 /clang/lib/CodeGen/CodeGenModule.h
parent2d2595235d010e26848f6d98022eb3e57aa29fc1 (diff)
downloadbcm5719-llvm-a834166e48f094b30b940fa04033016a9241ab54.tar.gz
bcm5719-llvm-a834166e48f094b30b940fa04033016a9241ab54.zip
Create a VTableContext class and start moving CodeGenVTables methods to it
llvm-svn: 140502
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index c190fa3c56a..d310165ca84 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -396,6 +396,7 @@ public:
llvm::Module &getModule() const { return TheModule; }
CodeGenTypes &getTypes() { return Types; }
CodeGenVTables &getVTables() { return VTables; }
+ VTableContext &getVTableContext() { return VTables.getVTableContext(); }
DiagnosticsEngine &getDiags() const { return Diags; }
const llvm::TargetData &getTargetData() const { return TheTargetData; }
const TargetInfo &getTarget() const { return Context.getTargetInfo(); }
OpenPOWER on IntegriCloud