LLDB mainline
Public Attributes | List of all members
lldb_private::CallSiteParameter Class Reference

Represent the locations of a parameter at a call site, both in the caller and in the callee. More...

#include "lldb/Symbol/Function.h"

Public Attributes

DWARFExpressionList LocationInCallee
 
DWARFExpressionList LocationInCaller
 

Detailed Description

Represent the locations of a parameter at a call site, both in the caller and in the callee.

Definition at line 255 of file Function.h.

Member Data Documentation

◆ LocationInCallee

DWARFExpressionList lldb_private::CallSiteParameter::LocationInCallee

Definition at line 256 of file Function.h.

◆ LocationInCaller

DWARFExpressionList lldb_private::CallSiteParameter::LocationInCaller

Definition at line 257 of file Function.h.

Referenced by Evaluate_DW_OP_entry_value().


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