privatize some methods.

llvm-svn: 58602
This commit is contained in:
Chris Lattner 2008-11-03 09:11:11 +00:00
parent 3a5d515a82
commit 7d7fff2303
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ public:
/// EmitGlobalVariable - Emit information about a global variable.
void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *decl);
private:
/// getOrCreateCompileUnit - Get the compile unit from the cache or create a
/// new one if necessary.
llvm::CompileUnitDesc *getOrCreateCompileUnit(SourceLocation loc);