Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDataLayout.cpp9 CIRDataLayout::CIRDataLayout(mlir::ModuleOp modOp) : layout(modOp) { in CIRDataLayout() function in CIRDataLayout
13 void CIRDataLayout::reset(mlir::DataLayoutSpecInterface spec) { in reset()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRDataLayout.h22 class CIRDataLayout {
31 CIRDataLayout(mlir::ModuleOp modOp);
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h105 const cir::CIRDataLayout getDataLayout() const { in getDataLayout()
108 return cir::CIRDataLayout(theModule); in getDataLayout()
H A DCIRGenRecordLayoutBuilder.cpp190 cir::CIRDataLayout dataLayout;