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

#include "CodeGen/AsmPrinter/DebugLocStream.h"

Public Attributes

const MCSymbolBegin
 
const MCSymbolEnd
 
size_t ByteOffset
 
size_t CommentOffset
 

Detailed Description

Definition at line 39 of file DebugLocStream.h.

Member Data Documentation

◆ Begin

const MCSymbol* llvm::DebugLocStream::Entry::Begin

Definition at line 40 of file DebugLocStream.h.

◆ ByteOffset

size_t llvm::DebugLocStream::Entry::ByteOffset

Definition at line 42 of file DebugLocStream.h.

◆ CommentOffset

size_t llvm::DebugLocStream::Entry::CommentOffset

Definition at line 43 of file DebugLocStream.h.

◆ End

const MCSymbol* llvm::DebugLocStream::Entry::End

Definition at line 41 of file DebugLocStream.h.


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