clang 20.0.0git
Classes | Namespaces | Functions
CIRGenAction.cpp File Reference
#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)
 

Function Documentation

◆ getOutputStream()

static std::unique_ptr< raw_pwrite_stream > getOutputStream ( CompilerInstance CI,
StringRef  InFile,
CIRGenAction::OutputType  Action 
)
static