class EmitLLVMAction

Declaration

class EmitLLVMAction : 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:98

Inherits from: CodeGenAction

Member Variables

Inherited from CodeGenAction:

public BEConsumer

Method Overview

Inherited from CodeGenAction:

Inherited from ASTFrontendAction:

Inherited from FrontendAction:

Methods

EmitLLVMAction(
    llvm::LLVMContext* _VMContext = nullptr)

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

Parameters

llvm::LLVMContext* _VMContext = nullptr

virtual void anchor()

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