LLVM  8.0.1
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. More...
 
BufferByteStreamer getStreamer ()
 

Detailed Description

Builder for DebugLocStream entries.

Definition at line 176 of file DebugLocStream.h.

Constructor & Destructor Documentation

◆ EntryBuilder()

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

Definition at line 180 of file DebugLocStream.h.

◆ ~EntryBuilder()

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

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

Definition at line 186 of file DebugLocStream.h.

Member Function Documentation

◆ getStreamer()

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

Definition at line 188 of file DebugLocStream.h.

References llvm::DebugLocStream::getStreamer().


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