class EmitAssemblyAction

Declaration

class EmitAssemblyAction : 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:86

Inherits from: CodeGenAction

Member Variables

Inherited from CodeGenAction:

public BEConsumer

Method Overview

Inherited from CodeGenAction:

Inherited from ASTFrontendAction:

Inherited from FrontendAction:

Methods

EmitAssemblyAction(
    llvm::LLVMContext* _VMContext = nullptr)

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

Parameters

llvm::LLVMContext* _VMContext = nullptr

virtual void anchor()

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