Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CodeGenModule

1 //===--- CodeGenModule.h - Per-Module state for LLVM CodeGen ----*- C++ -*-===//
207 /// CodeGenModule - This class organizes the cross-function state that is used
209 class CodeGenModule : public CodeGenTypeCache {
210 CodeGenModule(const CodeGenModule&); // DO NOT IMPLEMENT
211 void operator=(const CodeGenModule&); // DO NOT IMPLEMENT
347 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
351 ~CodeGenModule();