Home
last modified time | relevance | path

Searched refs:codeGenOpts (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp33 : diags(diags), fs(std::move(vfs)), codeGenOpts{cgo}, in CIRGenerator()
63 *mlirContext.get(), astContext, codeGenOpts, diags); in Initialize()
H A DCIRGenModule.h76 const clang::CodeGenOptions &codeGenOpts; variable
98 const clang::CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts()
H A DCIRGenModule.cpp64 langOpts(astContext.getLangOpts()), codeGenOpts(cgo), in CIRGenModule()
1459 ((codeGenOpts.KeepPersistentStorageVariables && in mustBeEmitted()
1462 (codeGenOpts.KeepStaticConsts && vd->getStorageDuration() == SD_Static && in mustBeEmitted()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h44 const clang::CodeGenOptions &codeGenOpts; variable