Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:diags

30     DiagnosticsEngine &Diags;
38 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName,
40 : Diags(diags), CodeGenOpts(CGO), M(new llvm::Module(ModuleName, C)) {}
59 *M, *TD, Diags));
95 if (Diags.hasErrorOccurred()) {
105 if (Diags.hasErrorOccurred())
112 if (Diags.hasErrorOccurred())
122 CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags,
126 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C);