Searched refs:is_tail_call (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | Function.h | 293 bool IsTailCall() const { return is_tail_call; } in IsTailCall() 303 return {is_tail_call, GetUnresolvedReturnPCAddress()}; in GetSortKey() 308 bool is_tail_call, CallSiteParameterArray &¶meters); 317 return caller_address_type == AddrType::AfterCall && !is_tail_call in GetUnresolvedReturnPCAddress() 325 bool is_tail_call; variable 338 lldb::addr_t caller_address, bool is_tail_call, 368 bool is_tail_call, CallSiteParameterArray &¶meters);
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | Function.cpp | 128 bool is_tail_call, CallSiteParameterArray &¶meters) in CallEdge() argument 130 is_tail_call(is_tail_call), parameters(std::move(parameters)) {} in CallEdge() 197 lldb::addr_t caller_address, bool is_tail_call, in DirectCallEdge() argument 199 : CallEdge(caller_address_type, caller_address, is_tail_call, in DirectCallEdge() 213 bool is_tail_call, in IndirectCallEdge() argument 215 : CallEdge(caller_address_type, caller_address, is_tail_call, in IndirectCallEdge()
|