LLVM 19.0.0git
Public Member Functions | List of all members
llvm::SPIRVTargetStreamer Class Reference

#include "Target/SPIRV/MCTargetDesc/SPIRVTargetStreamer.h"

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

Public Member Functions

 SPIRVTargetStreamer (MCStreamer &S)
 
 ~SPIRVTargetStreamer () override
 
void changeSection (const MCSection *CurSection, MCSection *Section, const MCExpr *SubSection, raw_ostream &OS) override
 Update streamer for a new active section.
 
- Public Member Functions inherited from llvm::MCTargetStreamer
 MCTargetStreamer (MCStreamer &S)
 
virtual ~MCTargetStreamer ()
 
MCStreamergetStreamer ()
 
virtual void emitLabel (MCSymbol *Symbol)
 
virtual void emitAssignment (MCSymbol *Symbol, const MCExpr *Value)
 
virtual void prettyPrintAsm (MCInstPrinter &InstPrinter, uint64_t Address, const MCInst &Inst, const MCSubtargetInfo &STI, raw_ostream &OS)
 
virtual void emitDwarfFileDirective (StringRef Directive)
 
virtual void changeSection (const MCSection *CurSection, MCSection *Section, const MCExpr *SubSection, raw_ostream &OS)
 Update streamer for a new active section.
 
virtual void emitValue (const MCExpr *Value)
 
virtual void emitRawBytes (StringRef Data)
 Emit the bytes in Data into the output.
 
virtual void emitConstantPools ()
 
virtual void finish ()
 

Additional Inherited Members

- Protected Attributes inherited from llvm::MCTargetStreamer
MCStreamerStreamer
 

Detailed Description

Definition at line 18 of file SPIRVTargetStreamer.h.

Constructor & Destructor Documentation

◆ SPIRVTargetStreamer()

SPIRVTargetStreamer::SPIRVTargetStreamer ( MCStreamer S)

Definition at line 17 of file SPIRVTargetStreamer.cpp.

◆ ~SPIRVTargetStreamer()

SPIRVTargetStreamer::~SPIRVTargetStreamer ( )
override

Definition at line 18 of file SPIRVTargetStreamer.cpp.

Member Function Documentation

◆ changeSection()

void llvm::SPIRVTargetStreamer::changeSection ( const MCSection CurSection,
MCSection Section,
const MCExpr SubSection,
raw_ostream OS 
)
inlineoverridevirtual

Update streamer for a new active section.

This is called by popSection and switchSection, if the current section changes.

Reimplemented from llvm::MCTargetStreamer.

Definition at line 23 of file SPIRVTargetStreamer.h.


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