Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp128 bool is_tail_call, CallSiteParameterArray &&parameters) in CallEdge() argument
197 lldb::addr_t caller_address, bool is_tail_call, in DirectCallEdge() argument
213 bool is_tail_call, in IndirectCallEdge() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h325 bool is_tail_call; variable