LLVM 19.0.0git
Public Member Functions | List of all members
llvm::MCObjectTargetWriter Class Referenceabstract

Base class for classes that define behaviour that is specific to both the target and the object format. More...

#include "llvm/MC/MCObjectWriter.h"

Inheritance diagram for llvm::MCObjectTargetWriter:
Inheritance graph
[legend]

Public Member Functions

virtual ~MCObjectTargetWriter ()=default
 
virtual Triple::ObjectFormatType getFormat () const =0
 

Detailed Description

Base class for classes that define behaviour that is specific to both the target and the object format.

Definition at line 131 of file MCObjectWriter.h.

Constructor & Destructor Documentation

◆ ~MCObjectTargetWriter()

virtual llvm::MCObjectTargetWriter::~MCObjectTargetWriter ( )
virtualdefault

Member Function Documentation

◆ getFormat()

virtual Triple::ObjectFormatType llvm::MCObjectTargetWriter::getFormat ( ) const
pure virtual

The documentation for this class was generated from the following file: