Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp292 llvm::ArrayRef<std::unique_ptr<CallEdge>> Function::GetCallEdges() { in GetCallEdges() function in Function
325 return GetCallEdges().drop_until( in GetTailCallingEdges()
331 auto edges = GetCallEdges(); in GetCallEdgeForReturnAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h489 llvm::ArrayRef<std::unique_ptr<CallEdge>> GetCallEdges();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp264 for (const auto &edge : begin.GetCallEdges()) in FindInterveningFrames()