Home
last modified time | relevance | path

Searched refs:GetTailCallingEdges (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h479 llvm::ArrayRef<std::unique_ptr<CallEdge>> GetTailCallingEdges();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp349 llvm::ArrayRef<std::unique_ptr<CallEdge>> Function::GetTailCallingEdges() { in GetTailCallingEdges() function in Function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp335 for (const auto &edge : callee.GetTailCallingEdges()) { in FindInterveningFrames()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp656 for (auto &edge : parent_func->GetTailCallingEdges()) { in Evaluate_DW_OP_entry_value()