Searched defs:is_tail_call (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 308 bool is_tail_call, CallSiteParameterArray &¶meters); 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 D | Function.cpp | 128 bool is_tail_call, CallSiteParameterArray &¶meters) in CallEdge() 197 lldb::addr_t caller_address, bool is_tail_call, in DirectCallEdge() 213 bool is_tail_call, in IndirectCallEdge()
|