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

Builder for DebugLocStream entries. More...

#include "CodeGen/AsmPrinter/DebugLocStream.h"

Public Member Functions

 EntryBuilder (ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End)
 
 ~EntryBuilder ()
 Finalize the entry, deleting it if it's empty.
 
BufferByteStreamer getStreamer ()
 

Detailed Description

Builder for DebugLocStream entries.

Definition at line 181 of file DebugLocStream.h.

Constructor & Destructor Documentation

◆ EntryBuilder()

llvm::DebugLocStream::EntryBuilder::EntryBuilder ( ListBuilder List,
const MCSymbol Begin,
const MCSymbol End 
)
inline

Definition at line 185 of file DebugLocStream.h.

References End.

◆ ~EntryBuilder()

llvm::DebugLocStream::EntryBuilder::~EntryBuilder ( )
inline

Finalize the entry, deleting it if it's empty.

Definition at line 191 of file DebugLocStream.h.

Member Function Documentation

◆ getStreamer()

BufferByteStreamer llvm::DebugLocStream::EntryBuilder::getStreamer ( )
inline

Definition at line 193 of file DebugLocStream.h.

References llvm::DebugLocStream::getStreamer().


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