LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::DebugLocStream::Entry Struct Reference

#include "CodeGen/AsmPrinter/DebugLocStream.h"

Collaboration diagram for llvm::DebugLocStream::Entry:
Collaboration graph
[legend]

Public Member Functions

 Entry (const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset, size_t CommentOffset)
 

Public Attributes

const MCSymbolBeginSym
 
const MCSymbolEndSym
 
size_t ByteOffset
 
size_t CommentOffset
 

Detailed Description

Definition at line 41 of file DebugLocStream.h.

Constructor & Destructor Documentation

◆ Entry()

llvm::DebugLocStream::Entry::Entry ( const MCSymbol BeginSym,
const MCSymbol EndSym,
size_t  ByteOffset,
size_t  CommentOffset 
)
inline

Definition at line 46 of file DebugLocStream.h.

Member Data Documentation

◆ BeginSym

const MCSymbol* llvm::DebugLocStream::Entry::BeginSym

Definition at line 42 of file DebugLocStream.h.

◆ ByteOffset

size_t llvm::DebugLocStream::Entry::ByteOffset

Definition at line 44 of file DebugLocStream.h.

◆ CommentOffset

size_t llvm::DebugLocStream::Entry::CommentOffset

Definition at line 45 of file DebugLocStream.h.

◆ EndSym

const MCSymbol* llvm::DebugLocStream::Entry::EndSym

Definition at line 43 of file DebugLocStream.h.


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