| H A D | Function.h | 295 /// Get the call site parameters available at this call edge. 297 return parameters; in GetCallSiteParameters() 308 bool is_tail_call, CallSiteParameterArray &¶meters); in CallEdge() argument 327 CallSiteParameterArray parameters; 339 CallSiteParameterArray &¶meters); 368 bool is_tail_call, CallSiteParameterArray &¶meters); 642 /// info (FunctionInfo), return type and parameters. 330 CallSiteParameterArray parameters; global() variable 342 DirectCallEdge(const char * symbol_name,AddrType caller_address_type,lldb::addr_t caller_address,bool is_tail_call,CallSiteParameterArray && parameters) DirectCallEdge() argument 375 IndirectCallEdge(DWARFExpressionList call_target,AddrType caller_address_type,lldb::addr_t caller_address,bool is_tail_call,CallSiteParameterArray && parameters) IndirectCallEdge() argument
|