LLVM API Documentation

Public Member Functions | Public Attributes
llvm::DWARFDebugInfoEntryInlinedChain Struct Reference

#include <DWARFDebugInfoEntry.h>

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

List of all members.

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 149 of file DWARFDebugInfoEntry.h.


Constructor & Destructor Documentation

Definition at line 150 of file DWARFDebugInfoEntry.h.


Member Data Documentation


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