Fetch the inlined call chain for a given address.
Declared in <llvm/DebugInfo/DWARF/DWARFUnit.h>
void
getInlinedChainForAddress(
uint64_t Address,
SmallVectorImpl<DWARFDie>& InlinedChain);
Returns an empty chain if there is no subprogram containing address. The chain is valid as long as parsed compile unit DIEs are not cleared.
| Name | Description |
|---|---|
| Address | Program-counter address to look up. |
| InlinedChain | Receives the inlined DIE chain for Address. |