LLVM  4.0.0
Public Attributes | List of all members
llvm::DIExpression::FragmentInfo Struct Reference

Holds the characteristics of one fragment of a larger variable. More...

#include <DebugInfoMetadata.h>

Collaboration diagram for llvm::DIExpression::FragmentInfo:
[legend]

Public Attributes

uint64_t SizeInBits
 
uint64_t OffsetInBits
 

Detailed Description

Holds the characteristics of one fragment of a larger variable.

Definition at line 2104 of file DebugInfoMetadata.h.

Member Data Documentation

uint64_t llvm::DIExpression::FragmentInfo::OffsetInBits

Definition at line 2106 of file DebugInfoMetadata.h.

uint64_t llvm::DIExpression::FragmentInfo::SizeInBits

Definition at line 2105 of file DebugInfoMetadata.h.


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