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 149 of file DWARFDebugInfoEntry.h.
Definition at line 150 of file DWARFDebugInfoEntry.h.
Definition at line 151 of file DWARFDebugInfoEntry.h.
Referenced by getFunctionNameForAddress(), llvm::DWARFDebugInfoEntryMinimal::getInlinedChainForAddress(), and llvm::DWARFContext::getInliningInfoForAddress().
Definition at line 152 of file DWARFDebugInfoEntry.h.
Referenced by getFunctionNameForAddress(), llvm::DWARFDebugInfoEntryMinimal::getInlinedChainForAddress(), and llvm::DWARFContext::getInliningInfoForAddress().