Searched refs:codeGenOpts (Results 1 – 4 of 4) sorted by relevance
33 : diags(diags), fs(std::move(vfs)), codeGenOpts{cgo}, in CIRGenerator()63 *mlirContext.get(), astContext, codeGenOpts, diags); in Initialize()
76 const clang::CodeGenOptions &codeGenOpts; variable98 const clang::CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts()
64 langOpts(astContext.getLangOpts()), codeGenOpts(cgo), in CIRGenModule()1459 ((codeGenOpts.KeepPersistentStorageVariables && in mustBeEmitted()1462 (codeGenOpts.KeepStaticConsts && vd->getStorageDuration() == SD_Static && in mustBeEmitted()
44 const clang::CodeGenOptions &codeGenOpts; variable