LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DebugLocStream::List Struct Reference

#include "CodeGen/AsmPrinter/DebugLocStream.h"

Public Member Functions

 List (DwarfCompileUnit *CU, size_t EntryOffset)
 

Public Attributes

DwarfCompileUnitCU
 
MCSymbolLabel = nullptr
 
size_t EntryOffset
 

Detailed Description

Definition at line 32 of file DebugLocStream.h.

Constructor & Destructor Documentation

◆ List()

llvm::DebugLocStream::List::List ( DwarfCompileUnit CU,
size_t  EntryOffset 
)
inline

Definition at line 36 of file DebugLocStream.h.

Member Data Documentation

◆ CU

DwarfCompileUnit* llvm::DebugLocStream::List::CU

Definition at line 33 of file DebugLocStream.h.

◆ EntryOffset

size_t llvm::DebugLocStream::List::EntryOffset

Definition at line 35 of file DebugLocStream.h.

◆ Label

MCSymbol* llvm::DebugLocStream::List::Label = nullptr

Definition at line 34 of file DebugLocStream.h.

Referenced by llvm::DIELocList::emitValue().


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