Home
last modified time | relevance | path

Searched refs:is_tail_call (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDFunction.h293 bool IsTailCall() const { return is_tail_call; } in IsTailCall()
303 return {is_tail_call, GetUnresolvedReturnPCAddress()}; in GetSortKey()
308 bool is_tail_call, CallSiteParameterArray &&parameters);
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 &&parameters);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp128 bool is_tail_call, CallSiteParameterArray &&parameters) 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()