clang 20.0.0git
|
#include "clang/CIR/FrontendAction/CIRGenAction.h"
#include "clang/CIR/CIRGenerator.h"
#include "clang/Frontend/CompilerInstance.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/IR/OwningOpRef.h"
Go to the source code of this file.
Classes | |
class | cir::CIRGenConsumer |
Namespaces | |
namespace | cir |
Functions | |
static std::unique_ptr< raw_pwrite_stream > | getOutputStream (CompilerInstance &CI, StringRef InFile, CIRGenAction::OutputType Action) |
|
static |
Definition at line 82 of file CIRGenAction.cpp.
References clang::CompilerInstance::createDefaultOutputFile(), and cir::CIRGenAction::EmitCIR.
Referenced by cir::CIRGenAction::CreateASTConsumer().