|
LLVM
3.7.0
|
DWARFDebugInfoEntryInlinedChain - represents a chain of inlined_subroutine DIEs, (possibly ending with subprogram DIE), all of which are contained in some concrete inlined instance tree. More...
#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 152 of file DWARFDebugInfoEntry.h.
|
inline |
Definition at line 153 of file DWARFDebugInfoEntry.h.
| SmallVector<DWARFDebugInfoEntryMinimal, 4> llvm::DWARFDebugInfoEntryInlinedChain::DIEs |
Definition at line 154 of file DWARFDebugInfoEntry.h.
Referenced by getFunctionNameForAddress(), llvm::DWARFDebugInfoEntryMinimal::getInlinedChainForAddress(), and llvm::DWARFContext::getInliningInfoForAddress().
Definition at line 155 of file DWARFDebugInfoEntry.h.
Referenced by getFunctionNameForAddress(), llvm::DWARFDebugInfoEntryMinimal::getInlinedChainForAddress(), and llvm::DWARFContext::getInliningInfoForAddress().
1.8.6