clang 22.0.0git
|
#include "CIRGenModule.h"
#include "mlir/Dialect/OpenACC/OpenACC.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/Target/LLVMIR/Import.h"
#include "clang/AST/DeclGroup.h"
#include "clang/CIR/CIRGenerator.h"
#include "clang/CIR/Dialect/IR/CIRDialect.h"
#include "clang/CIR/Dialect/OpenACC/RegisterOpenACCExtensions.h"
#include "llvm/IR/DataLayout.h"
Go to the source code of this file.
Functions | |
static void | setMLIRDataLayout (mlir::ModuleOp &mod, const llvm::DataLayout &dl) |
|
static |
Definition at line 40 of file CIRGenerator.cpp.
Referenced by cir::CIRGenerator::Initialize().