Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h468 llvm::MutableArrayRef<CallEdge> GetTailCallingEdges();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp279 llvm::MutableArrayRef<CallEdge> Function::GetTailCallingEdges() { in GetTailCallingEdges() function in Function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp321 for (CallEdge &edge : callee->GetTailCallingEdges()) { in FindInterveningFrames()