LLVM API Documentation
#include <DWARFDebugInfoEntry.h>
Public Member Functions | |
DWARFDebugInfoEntryInlinedChain () | |
Public Attributes | |
SmallVector < DWARFDebugInfoEntryMinimal, 4 > | DIEs |
const DWARFUnit * | U |
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.
|
inline |
Definition at line 172 of file DWARFDebugInfoEntry.h.
SmallVector<DWARFDebugInfoEntryMinimal, 4> llvm::DWARFDebugInfoEntryInlinedChain::DIEs |
const DWARFUnit* llvm::DWARFDebugInfoEntryInlinedChain::U |