Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h308 bool is_tail_call, CallSiteParameterArray &&parameters); in CallEdge() argument
328 bool is_tail_call; global() variable
341 DirectCallEdge(const char * symbol_name,AddrType caller_address_type,lldb::addr_t caller_address,bool is_tail_call,CallSiteParameterArray && parameters) DirectCallEdge() argument
374 IndirectCallEdge(DWARFExpressionList call_target,AddrType caller_address_type,lldb::addr_t caller_address,bool is_tail_call,CallSiteParameterArray && parameters) IndirectCallEdge() argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp128 bool is_tail_call, CallSiteParameterArray &&parameters) in CallEdge()
197 lldb::addr_t caller_address, bool is_tail_call, in DirectCallEdge()
213 bool is_tail_call, in IndirectCallEdge()