class EmitObjAction

Declaration

class EmitObjAction : 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:116

Inherits from: CodeGenAction

Member Variables

Inherited from CodeGenAction:

public BEConsumer

Method Overview

Inherited from CodeGenAction:

Inherited from ASTFrontendAction:

Inherited from FrontendAction:

Methods

EmitObjAction(
    llvm::LLVMContext* _VMContext = nullptr)

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

Parameters

llvm::LLVMContext* _VMContext = nullptr

virtual void anchor()

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