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

#include "llvm/MC/ConstantPools.h"

Public Member Functions

void emitAll (MCStreamer &Streamer)
 
void emitForCurrentSection (MCStreamer &Streamer)
 
void clearCacheForCurrentSection (MCStreamer &Streamer)
 
const MCExpraddEntry (MCStreamer &Streamer, const MCExpr *Expr, unsigned Size, SMLoc Loc)
 

Detailed Description

Definition at line 75 of file ConstantPools.h.

Member Function Documentation

◆ addEntry()

const MCExpr * AssemblerConstantPools::addEntry ( MCStreamer Streamer,
const MCExpr Expr,
unsigned  Size,
SMLoc  Loc 
)

◆ clearCacheForCurrentSection()

void AssemblerConstantPools::clearCacheForCurrentSection ( MCStreamer Streamer)

Definition at line 117 of file ConstantPools.cpp.

References llvm::MCStreamer::getCurrentSectionOnly().

◆ emitAll()

void AssemblerConstantPools::emitAll ( MCStreamer Streamer)

Definition at line 101 of file ConstantPools.cpp.

References emitConstantPool().

◆ emitForCurrentSection()

void AssemblerConstantPools::emitForCurrentSection ( MCStreamer Streamer)

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