|
clang 22.0.0git
|
Public Member Functions | |
| LowerModule (clang::LangOptions langOpts, clang::CodeGenOptions codeGenOpts, mlir::ModuleOp &module, std::unique_ptr< clang::TargetInfo > target, mlir::PatternRewriter &rewriter) | |
| ~LowerModule ()=default | |
| clang::TargetCXXABI::Kind | getCXXABIKind () const |
| CIRCXXABI & | getCXXABI () const |
| const clang::TargetInfo & | getTarget () const |
| mlir::MLIRContext * | getMLIRContext () |
Definition at line 28 of file LowerModule.h.
| cir::LowerModule::LowerModule | ( | clang::LangOptions | langOpts, |
| clang::CodeGenOptions | codeGenOpts, | ||
| mlir::ModuleOp & | module, | ||
| std::unique_ptr< clang::TargetInfo > | target, | ||
| mlir::PatternRewriter & | rewriter ) |
Definition at line 46 of file LowerModule.cpp.
References cir::createCXXABI().
|
default |
|
inline |
Definition at line 45 of file LowerModule.h.
Referenced by cir::direct::prepareTypeConverter().
|
inline |
Definition at line 40 of file LowerModule.h.
References cir::MissingFeatures::lowerModuleLangOpts().
Referenced by cir::createCXXABI().
|
inline |
Definition at line 47 of file LowerModule.h.
Referenced by cir::getPtrDiffCIRTy().
|
inline |
Definition at line 46 of file LowerModule.h.
Referenced by cir::getPtrDiffCIRTy().