LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::DWARFDebugInfoEntryInlinedChain Struct Reference

#include <DWARFDebugInfoEntry.h>

Collaboration diagram for llvm::DWARFDebugInfoEntryInlinedChain:
Collaboration graph
[legend]

Public Member Functions

 DWARFDebugInfoEntryInlinedChain ()
 

Public Attributes

SmallVector
< DWARFDebugInfoEntryMinimal, 4 > 
DIEs
 
const DWARFUnitU
 

Detailed Description

DWARFDebugInfoEntryInlinedChain - represents a chain of inlined_subroutine DIEs, (possibly ending with subprogram DIE), all of which are contained in some concrete inlined instance tree. Address range for each DIE (except the last DIE) in this chain is contained in address range for next DIE in the chain.

Definition at line 171 of file DWARFDebugInfoEntry.h.

Constructor & Destructor Documentation

llvm::DWARFDebugInfoEntryInlinedChain::DWARFDebugInfoEntryInlinedChain ( )
inline

Definition at line 172 of file DWARFDebugInfoEntry.h.

Member Data Documentation

SmallVector<DWARFDebugInfoEntryMinimal, 4> llvm::DWARFDebugInfoEntryInlinedChain::DIEs
const DWARFUnit* llvm::DWARFDebugInfoEntryInlinedChain::U

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