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

#include <DebugLocStream.h>

Collaboration diagram for llvm::DebugLocStream::Entry:
[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

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

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

Definition at line 42 of file DebugLocStream.h.

size_t llvm::DebugLocStream::Entry::ByteOffset

Definition at line 44 of file DebugLocStream.h.

size_t llvm::DebugLocStream::Entry::CommentOffset

Definition at line 45 of file DebugLocStream.h.

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: