class EmitBCAction

Declaration

class EmitBCAction : public CodeGenAction { /* full declaration omitted */ };

Description

Abstract base class to use for AST consumer-based frontend actions.

Declared at: clang/include/clang/CodeGen/CodeGenAction.h:92

Inherits from: CodeGenAction

Member Variables

Inherited from CodeGenAction:

public BEConsumer

Method Overview

  • public EmitBCAction(llvm::LLVMContext * _VMContext = nullptr)
  • private virtual void anchor()

Inherited from CodeGenAction:

Inherited from ASTFrontendAction:

Inherited from FrontendAction:

Methods

EmitBCAction(
    llvm::LLVMContext* _VMContext = nullptr)

Declared at: clang/include/clang/CodeGen/CodeGenAction.h:95

Parameters

llvm::LLVMContext* _VMContext = nullptr

virtual void anchor()

Declared at: clang/include/clang/CodeGen/CodeGenAction.h:93