|
clang 22.0.0git
|
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/IR/DialectRegistry.h"#include "mlir/Target/LLVMIR/LLVMTranslationInterface.h"#include "mlir/Target/LLVMIR/ModuleTranslation.h"#include "clang/CIR/Dialect/IR/CIRAttrs.h"#include "clang/CIR/Dialect/IR/CIRDialect.h"#include "clang/CIR/MissingFeatures.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/IR/Constant.h"#include "llvm/IR/GlobalVariable.h"Go to the source code of this file.
Classes | |
| class | cir::direct::CIRDialectLLVMIRTranslationInterface |
| Implementation of the dialect interface that converts CIR attributes to LLVM IR metadata. More... | |
Namespaces | |
| namespace | cir |
| namespace | cir::direct |
| namespace | mlir |
Functions | |
| void | cir::direct::registerCIRDialectTranslation (mlir::DialectRegistry ®istry) |
| void | mlir::registerCIRDialectTranslation (mlir::MLIRContext &context) |