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

#include "llvm/MC/MCDwarf.h"

Static Public Member Functions

static void encode (MCContext &Context, MCDwarfLineTableParams Params, int64_t LineDelta, uint64_t AddrDelta, SmallVectorImpl< char > &OS)
 Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
 
static void Emit (MCStreamer *MCOS, MCDwarfLineTableParams Params, int64_t LineDelta, uint64_t AddrDelta)
 Utility function to emit the encoding to a streamer.
 

Detailed Description

Definition at line 434 of file MCDwarf.h.

Member Function Documentation

◆ Emit()

void MCDwarfLineAddr::Emit ( MCStreamer MCOS,
MCDwarfLineTableParams  Params,
int64_t  LineDelta,
uint64_t  AddrDelta 
)
static

Utility function to emit the encoding to a streamer.

Definition at line 673 of file MCDwarf.cpp.

References Context, llvm::MCStreamer::emitBytes(), encode(), and llvm::MCStreamer::getContext().

Referenced by emitDwarfSetLineAddr().

◆ encode()

void MCDwarfLineAddr::encode ( MCContext Context,
MCDwarfLineTableParams  Params,
int64_t  LineDelta,
uint64_t  AddrDelta,
SmallVectorImpl< char > &  OS 
)
static

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